if response.menu
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 1.99.4 (2011-12-25 14:02:50) stable
|
||||
Version 1.99.4 (2011-12-26 10:30:50) stable
|
||||
|
||||
@@ -43,8 +43,10 @@
|
||||
{{
|
||||
response.files.append(URL('static','css/skeleton.css'))
|
||||
response.files.append(URL('static','css/web2py.css'))
|
||||
response.files.append(URL('static','css/superfish.css'))
|
||||
response.files.append(URL('static','js/superfish.js'))
|
||||
if response.menu:
|
||||
response.files.append(URL('static','css/superfish.css'))
|
||||
response.files.append(URL('static','js/superfish.js'))
|
||||
pass
|
||||
}}
|
||||
|
||||
{{include 'web2py_ajax.html'}}
|
||||
|
||||
Reference in New Issue
Block a user