Files
web2py/applications/admin/controllers/plugin_jqmobile.py
Massimo Di Pierro 6b4c6d478b partial mobile admin
2011-11-28 00:18:26 -06:00

9 lines
119 B
Python

response.files=response.files[:3]
response.menu=[]
def index():
return locals()
def about():
return locals()