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