Initial commit of the new class based and menu based navigation system

This commit is contained in:
Roberto Rosario
2015-04-03 07:09:51 -04:00
parent 192069462f
commit 0246068cd0
27 changed files with 399 additions and 485 deletions
+9
View File
@@ -0,0 +1,9 @@
from __future__ import unicode_literals
from navigation import Menu
menu_facet = Menu(name='object facet')
menu_object = Menu(name='object menu')
menu_main = Menu(name='main menu')
menu_secondary = Menu(name='secondary menu')
menu_sidebar = Menu(name='sidebar menu')