暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

document.htm 413B

1234567891011121314
  1. <?php
  2. if(isset($seo_title2) && !empty($seo_title2)){ ?>
  3. <title>{$seo_title2}</title>
  4. <meta name="keywords" content="{$seo_keywords2}">
  5. <meta name="description" content="{$seo_description2}">
  6. <?php }else{ ?>
  7. <title>{$area_name}{$seo_title}</title>
  8. <meta name="keywords" content="{$area_name}{$seo_keywords}">
  9. <meta name="description" content="{$area_name}{$seo_description}">
  10. <?php } ?>