//随机用户图片显示
function imageuser($width,$height){
$img = TEMPLATE_URL.'images/imageuser/'.rand(1,15).'.png';
$img_path = "";
return $img_path;
}
?>
//随机用户图片显示
function imageuser($width,$height){
$img = TEMPLATE_URL.'images/imageuser/'.rand(1,15).'.png';
$img_path = "";
return $img_path;
}
?>