flatpress/fp-includes/smarty/plugins/function.toolbar.php
2007-10-30 10:30:07 +00:00

16 lines
375 B
PHP
Executable File

<?php
/*
* Smarty plugin
* -------------------------------------------------------------
* File: function.toolbar.php
* Type: function
* Name: editortop
* Purpose: outputs a random magic answer
* -------------------------------------------------------------
*/
function smarty_function_toolbar($params, &$smarty)
{
do_action('editor_toolbar');
}
?>