backend_footer hook
This commit is contained in:
parent
1fb8c54efb
commit
ca84b8b85d
@ -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
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user