get_template_vars('post'); $panel_url=$smarty->get_template_vars('panel_url'); $plugin->loadPolicies(); $do=$plugin->behavoirFromPolicies($entry, @$arr['categories']); $do='simple_'.$do; $oldact=$action; $action='commentcenter'; $policies=admin_filter_action($panel_url, 'commentcenter'); $manage=admin_filter_command($policies, 'manage', $entry); $action=$oldact; echo "
\n"; echo "Comment Center\n
\n"; } add_filter('simple_edit_form', 'plugin_commentcenter_editor');