backend_footer hook
This commit is contained in:
parent
1fb8c54efb
commit
ca84b8b85d
@ -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
|
||||
|
@ -179,5 +179,7 @@
|
||||
</footer>
|
||||
{/if}
|
||||
<script src="{serendipity_getFile file='admin/serendipity_editor.js'}"></script>
|
||||
{if $admin_vars.admin_installed}{serendipity_hookPlugin hook="backend_header" hookAll="true"}{/if}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -210,6 +210,11 @@
|
||||
<span>{$admin_vars.version_info}</span>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if $admin_vars.admin_installed}
|
||||
{serendipity_hookPlugin hook="backend_header" hookAll="true"}
|
||||
{/if}
|
||||
|
||||
</body>
|
||||
<!-- ADMIN-ENTRY TEMPLATE: index.tpl END -->
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user