Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[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.263789 seconds and 4 git commands to generate.