1 2 3 4 5
<?php function smarty_function_str_repeat($params, &$smarty){ return str_repeat($params['value'],$params['count']); } ?>