最終更新:2011-11-07 (月) 11:03:32 (4551d)  

Smarty/default_modifiers
Top / Smarty / default_modifiers

Smarty 2?

$smarty->default_modifiers = array('escape:"html"');
	
{$var|smarty:nodefaults}

Smarty 3

$smarty->default_modifiers = array('escape:"html"');
	
{$vars nofilter}

関連