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