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

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

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