chengkun
2025-05-27 bd1f4d0c834614ada06dd06cae6699b0580c52ab
1
2
3
4
5
<?php
function smarty_function_formatpicurl($paramer,$template){ 
    return FormatPicUrl($paramer);
}
?>