$theme) {
$online = !empty($theme['info']['md5']); //在线主题!
if($s_templates['home_pc'] == $key && $s_templates['home_pad'] == $key){
$icon ='
';
}elseif($s_templates['home_pc'] == $key){
$icon ='
';
}elseif($s_templates['home_pad'] == $key){
$icon ='
';
}else{
$icon ='';
}
$color = ($s_templates['home_pc'] == $key || $s_templates['home_pad'] == $key ?"color: #03a9f4;":"");
?>