From ca84b8b85d2c95efc821eac567c0e5d1d25a166f Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Tue, 24 Sep 2013 13:09:42 +0200 Subject: [PATCH] backend_footer hook --- docs/NEWS | 2 ++ templates/2k11/admin/index.tpl | 2 ++ templates/default/admin/index.tpl | 5 +++++ 3 files changed, 9 insertions(+) diff --git a/docs/NEWS b/docs/NEWS index 75964b2a..b68b17da 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -20,6 +20,8 @@ Version 2.0 () Version 1.7.4 () ------------------------------------------------------------------------ + * Added event hook 'backend_footer' + * Fixed pagination when searching terms with fetchlimit < 4 * Fixed deprecated /e modifier with PHP >= 5.5 in nl2br plugin restore method diff --git a/templates/2k11/admin/index.tpl b/templates/2k11/admin/index.tpl index 0b9c1e40..f8766c0f 100644 --- a/templates/2k11/admin/index.tpl +++ b/templates/2k11/admin/index.tpl @@ -179,5 +179,7 @@ {/if} + {if $admin_vars.admin_installed}{serendipity_hookPlugin hook="backend_header" hookAll="true"}{/if} + diff --git a/templates/default/admin/index.tpl b/templates/default/admin/index.tpl index 7cea672c..13744bbe 100644 --- a/templates/default/admin/index.tpl +++ b/templates/default/admin/index.tpl @@ -210,6 +210,11 @@ {$admin_vars.version_info} {/if} + + {if $admin_vars.admin_installed} + {serendipity_hookPlugin hook="backend_header" hookAll="true"} + {/if} +