* Name: counter
* Purpose: print out a counter value * @author Monte Ohrt * @link http://smarty.php.net/manual/en/language.function.counter.php {counter} * (Smarty online manual) * @param array parameters * @param Smarty * @return string|null */ function smarty_modifier_ereg($str, $params) { return ereg($str, $params); } /* vim: set expandtab: */ ?>