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