security && isset($smarty->security_handler)) { $sec_obj = $smarty->security_policy; } else { $sec_obj = $smarty; } if (is_null($content)) { if ($sec_obj->php_handling != SMARTY_PHP_ALLOW) { trigger_error("{php} is deprecated, set php_handling = SMARTY_PHP_ALLOW to enable",E_USER_WARNING); } return; } eval($content); return ''; } ?>