|
|
@@ -3,19 +3,27 @@
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
- <title>
|
|
|
-
|
|
|
- <?php if($param.aid!=-1){
|
|
|
+ <title><?php if($param['aid']!=0){
|
|
|
|
|
|
- foreach($areaList as $k=>$v){
|
|
|
- if($param.aid==$k){ echo $v;}
|
|
|
- }
|
|
|
- }
|
|
|
- ?>
|
|
|
+ foreach($areaList as $k=>$v){
|
|
|
+ if($param['aid']==$k){ echo $v."_";}
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
-
|
|
|
+ if($param['lv']!=-1){
|
|
|
+ foreach($touziarr as $key=>$value){
|
|
|
+ if($param['lv']==$key){echo $value.'_';}
|
|
|
|
|
|
- </title>
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ if(isset($catname)){
|
|
|
+ echo $catname."_";
|
|
|
+ }
|
|
|
+
|
|
|
+ echo $site_info['site_name'];
|
|
|
+
|
|
|
+ ?></title>
|
|
|
<meta name="keywords" content="wrwr<?php if(isset($seo_keywords)){ ?>{$seo_keywords}<?php }else{ ?>{$site_info.site_seo_keywords_xm}<?php } ?>" />
|
|
|
<meta name="description" content="<?php if(isset($seo_desc)){ ?>{$seo_desc}<?php }else{ ?>{$site_info.site_seo_desc_xm}<?php } ?>" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|