Added {serendipity_hookPlugin hook="backend_dashboard" hookAll="true"} hook.
This commit is contained in:
@ -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:
|
||||
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user