Added smarty_function_base_convert() - now we can simply get base36 ID in templates...
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.base_convert.php
1 <?php
2 function smarty_function_base_convert($params,&$smarty) {
3 return(base_convert($params['n'],$params['f'],$params['t']));
4 }
This page took 0.266434 seconds and 4 git commands to generate.