big commit
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / function.explode.php
1 <?php
2 function smarty_function_explode($params,&$smarty) {
3 $array = explode($params['separator'],$params['string']);
4 $smarty->assign('explode',$array);
5 }
6 ?>
This page took 0.358604 seconds and 4 git commands to generate.