1
0

Added {serendipity_hookPlugin hook="backend_dashboard" hookAll="true"} hook.

This commit is contained in:
Garvin Hicking
2014-05-14 13:21:50 +02:00
parent d4fb7207aa
commit 1100364efd
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@
Version 2.0-beta2 ()
------------------------------------------------------------------------
* Added new "backend_dashboard" event-hook for plugins to use
within dashboard.
* Backend and Frontend themes can now be set independently from
each other. New backend themes now need to set:

View File

@ -120,6 +120,9 @@
<li><a class="s9y_bookmarklet" href="{$bookmarklet}" title="{$CONST.FURTHER_LINKS_S9Y_BOOKMARKLET_DESC}">{$CONST.FURTHER_LINKS_S9Y_BOOKMARKLET}</a></li>
</ul>
</section>
{serendipity_hookPlugin hook="backend_dashboard" hookAll="true"}
</div>
<script src="{serendipity_getFile file='admin/js/jquery.syncheight.js'}"></script>
<script src="{serendipity_getFile file='admin/js/jquery.magnific-popup.js'}"></script>