* 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:
@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user