* Added new event hook frontend_sidebar_plugins to iterate through
sidebar plugins and modify their output. $eventData is the array of their data. (garvinhicking)
This commit is contained in:
parent
fa260b9d5e
commit
10875cea45
@ -3,6 +3,10 @@
|
||||
Version 1.5 ()
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Added new event hook frontend_sidebar_plugins to iterate through
|
||||
sidebar plugins and modify their output. $eventData is the array
|
||||
of their data. (garvinhicking)
|
||||
|
||||
* Added ability to specify a custom Xinha config. Either supply
|
||||
a 'my_custom.js' file inside the template directory, or if
|
||||
omitted, the default htmlarea/my_custom.js is used. With this
|
||||
|
@ -870,6 +870,8 @@ class serendipity_plugin_api
|
||||
}
|
||||
}
|
||||
|
||||
serendipity_plugin_api::hook_event('frontend_sidebar_plugins', $pluginData, $addData);
|
||||
|
||||
$serendipity['smarty']->assign_by_ref('plugindata', $pluginData);
|
||||
$serendipity['smarty']->assign('pluginside', ucfirst($side));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user