1
0

add backend_footer event hook

This commit is contained in:
Garvin Hicking
2013-09-24 13:10:00 +02:00
parent 396cccfa40
commit c0cd5be60d
2 changed files with 7 additions and 0 deletions
docs
templates/default/admin

@ -3,6 +3,8 @@
Version 1.7.4 ()
------------------------------------------------------------------------
* Added "backend_footer" event hook
* Fixed pagination when searching terms with fetchlimit < 4
* Fixed deprecated /e modifier with PHP >= 5.5 in nl2br plugin restore method

@ -247,6 +247,11 @@
<span>{$admin_vars.version_info}</span>
</div>
{/if}
{if $admin_vars.admin_installed}
{serendipity_hookPlugin hook="backend_footer" hookAll="true"}
{/if}
</body>
<!-- ADMIN-ENTRY TEMPLATE: index.tpl END -->
</html>