back to bs2

This commit is contained in:
mdipierro
2014-03-02 17:17:21 -06:00
parent 379db55111
commit 29042f08a1
23 changed files with 637 additions and 951 deletions
+10 -3
View File
@@ -6,8 +6,7 @@
#########################################################################
response.logo = A(B('web',SPAN(2),'py'),XML('™ '),
_class="navbar-brand",_href="http://www.web2py.com/",
_id="web2py-logo")
_class="brand",_href="http://www.web2py.com/")
response.title = request.application.replace('_',' ').title()
response.subtitle = ''
@@ -126,7 +125,15 @@ def _():
(T('Live Chat'), False,
'http://webchat.freenode.net/?channels=web2py'),
]),
(T('Plugins'), False, 'http://web2py.com/plugins')]
(T('Plugins'), False, None, [
('plugin_wiki', False,
'http://web2py.com/examples/default/download'),
(T('Other Plugins'), False,
'http://web2py.com/plugins'),
(T('Layout Plugins'),
False, 'http://web2py.com/layouts'),
])
]
)]
if DEVELOPMENT_MENU: _()