* Name: bbcode
* @author Némunaire * @param string * @return string */ function smarty_modifier_bbcode($string) { return bbcode($string); } ?>