$v){
if($v['status']==1 && $v['stime']<$time && $v['etime']>$time){
$tplindex=$v;
break;
}
}
}
if($tplindex['pic']){
$tplindex['pic']=$config['sy_ossurl'].'/'.$tplindex['pic'];
$content='';
if($tplindex['pic']){
if($tplindex['height']>0){//定义头部高度
$height='$(".yunheader_60").css("margin-top","'.$tplindex['height'].'px");';
}
$content.='';
}
if($tplindex['se']==1){
$content.='';
}
return $content;
}
}
?>