smarty_show: use fetch, for better control
This commit is contained in:
@ -114,7 +114,7 @@ function serendipity_plugin_api_pre_event_hook($event, &$bag, &$eventData, &$add
|
||||
case 'external_plugin':
|
||||
switch ($eventData) {
|
||||
case 'admin/serendipity_editor.js':
|
||||
serendipity_smarty_show('admin/serendipity_editor.js.tpl');
|
||||
echo serendipity_smarty_show('admin/serendipity_editor.js.tpl');
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user