Updated block and template to render regions

This commit is contained in:
jvelilla
2014-11-06 22:33:48 -03:00
parent b90e3b3df0
commit f1b911b6e3
28 changed files with 307 additions and 813 deletions

View File

@@ -20,10 +20,10 @@ feature {NONE} -- Initialization
do
to_implement ("Refactor, take the info from a Database or Configuration file.")
create items.make (5)
force (create {CMS_MENU}.make ("main-menu", 3))
force (create {CMS_MENU}.make_with_title ("management", "Management", 3))
force (create {CMS_MENU}.make_with_title ("navigation", "Navigation", 3))
force (create {CMS_MENU}.make_with_title ("user", "User", 3))
force (create {CMS_MENU}.make ("main-menu", 3)) -- primary menu
force (create {CMS_MENU}.make_with_title ("management", "Management", 3)) -- secondary in admin view.
force (create {CMS_MENU}.make_with_title ("navigation", "Navigation", 3)) -- secondary
force (create {CMS_MENU}.make_with_title ("user", "User", 3)) -- first_side_bar
end
feature -- Access