diff --git a/plugins/page/classes/hooks/HookPage.class.php b/plugins/page/classes/hooks/HookPage.class.php index ce9ee827..9049e38a 100644 --- a/plugins/page/classes/hooks/HookPage.class.php +++ b/plugins/page/classes/hooks/HookPage.class.php @@ -21,7 +21,7 @@ */ class PluginPage_HookPage extends Hook { public function RegisterHook() { - $this->AddHook('template_main_menu','Menu'); + $this->AddHook('template_main_menu_item','Menu'); } public function Menu() { diff --git a/templates/skin/developer-jquery/actions/ActionAdmin/index.tpl b/templates/skin/developer-jquery/actions/ActionAdmin/index.tpl index aa56e02e..e419d420 100644 --- a/templates/skin/developer-jquery/actions/ActionAdmin/index.tpl +++ b/templates/skin/developer-jquery/actions/ActionAdmin/index.tpl @@ -14,6 +14,8 @@ {hook run='admin_action_item'} +{hook run='admin_action'} + {include file='footer.tpl'} \ No newline at end of file diff --git a/templates/skin/developer-jquery/actions/ActionBlog/blog.tpl b/templates/skin/developer-jquery/actions/ActionBlog/blog.tpl index 12e7d9f9..73fb764a 100644 --- a/templates/skin/developer-jquery/actions/ActionBlog/blog.tpl +++ b/templates/skin/developer-jquery/actions/ActionBlog/blog.tpl @@ -81,6 +81,7 @@ {$aLang.blog_expand_info} - +{hook run='blog_info' oBlog=$oBlog} {/strip}