backend_footer hook

This commit is contained in:
Garvin Hicking 2013-09-24 13:09:42 +02:00
parent 1fb8c54efb
commit ca84b8b85d
3 changed files with 9 additions and 0 deletions

View File

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

View File

@ -179,5 +179,7 @@
</footer> </footer>
{/if} {/if}
<script src="{serendipity_getFile file='admin/serendipity_editor.js'}"></script> <script src="{serendipity_getFile file='admin/serendipity_editor.js'}"></script>
{if $admin_vars.admin_installed}{serendipity_hookPlugin hook="backend_header" hookAll="true"}{/if}
</body> </body>
</html> </html>

View File

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