if response.menu

This commit is contained in:
Massimo Di Pierro
2011-12-26 10:31:09 -06:00
parent d424dfdd98
commit c345972c08
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.4 (2011-12-25 14:02:50) stable
Version 1.99.4 (2011-12-26 10:30:50) stable
+4 -2
View File
@@ -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'}}