From ceb78471089b69f433bb41646e2c5016a4a19a1d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Apr 2013 18:06:09 +0400 Subject: add HOOK_TOOLBAR_BUTTON, HOOK_ACTION_ITEM, HOOK_HEADLINE_TOOLBAR_BUTTON --- index.php | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 0b8a957bb..7fb7a7878 100644 --- a/index.php +++ b/index.php @@ -199,12 +199,15 @@ - - + get_hooks($pluginhost::HOOK_TOOLBAR_BUTTON) as $p) { + echo $p->hook_toolbar_button(); + } + ?> +
-->
+ + get_hooks($pluginhost::HOOK_ACTION_ITEM) as $p) { + echo $p->hook_action_item(); + } + ?> +
-- cgit v1.2.3