Update function.toolbar.php
This commit is contained in:
parent
7bd6e24a82
commit
81f380fff6
@ -6,10 +6,12 @@
|
|||||||
* Type: function
|
* Type: function
|
||||||
* Name: editortop
|
* Name: editortop
|
||||||
* Purpose: outputs a random magic answer
|
* Purpose: outputs a random magic answer
|
||||||
|
* Hint: {toolbar} does not work well in the template with Smarty 4. Is no longer used as of FP 1.3 Andante Beta 1.
|
||||||
|
* See: #184 and #287
|
||||||
* -------------------------------------------------------------
|
* -------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
function smarty_function_toolbar($params, &$smarty)
|
function smarty_function_toolbar($params, &$smarty)
|
||||||
{
|
{
|
||||||
do_action('editor_toolbar');
|
do_action('editor_toolbar');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user