Added comments

This commit is contained in:
jvelilla
2015-04-24 17:55:32 -03:00
parent 8b24c86ff1
commit d54cd6032f
4 changed files with 13 additions and 1 deletions

View File

@@ -238,12 +238,14 @@ feature {NONE} -- Implementation: routes
feature -- Hooks
register_hooks (a_response: CMS_RESPONSE)
-- <Precursor>
do
a_response.subscribe_to_menu_system_alter_hook (Current)
a_response.subscribe_to_block_hook (Current)
end
block_list: ITERABLE [like {CMS_BLOCK}.name]
-- <Precursor>
do
Result := <<"node-info">>
end