Exemple #1
0
"""
picture server for zikeshop!. This is the same on both public/admin sides.
"""
import zikeshop

zikeshop.showPicture(DBC, RES, REQ.get("ID"))
Exemple #2
0
"""
picture server for zikeshop!. This is the same on both public/admin sides.
"""
import zikeshop
zikeshop.showPicture()
Exemple #3
0
"""
picture server for zikeshop!. This is the same on both public/admin sides.
"""
import zikeshop

zikeshop.showPicture()
Exemple #4
0
"""
picture server for zikeshop!. This is the same on both public/admin sides.
"""
import zikeshop
zikeshop.showPicture(DBC,RES,REQ.get("ID"))