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