Added a CMS_ENCODER utility class.

Added a block header template: smarty engine.
Added a menu template: smarty engine.
This commit is contained in:
jvelilla
2014-11-05 07:45:36 -03:00
parent bafdc085d9
commit b90e3b3df0
9 changed files with 126 additions and 60 deletions

View File

@@ -152,8 +152,8 @@ feature -- Hooks
lnk: CMS_LOCAL_LINK
perms: detachable ARRAYED_LIST [READABLE_STRING_8]
do
create lnk.make ("node", "/node")
a_menu_system.navigation_menu.extend (lnk)
create lnk.make ("List of nodes", "/nodes")
a_menu_system.main_menu.extend (lnk)
end
end