Transports are now implemented using external_link...
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.base_convert.php
CommitLineData
6a70b95a
H
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.133514 seconds and 4 git commands to generate.