No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zc_detail.htm 561B

123456789101112131415161718192021222324
  1. <?php
  2. $title = $eyou['field']['title'];
  3. if(strpos($title, '通知') !== false){
  4. $title_ar = explode('通知',$title);
  5. } else {
  6. $title_ar = explode('标准',$title);
  7. }
  8. $seo_title = $title;
  9. $seo_keywords = $title_ar[0];
  10. $seo_description = $title_ar[0].'文件下载上【职称E家】,工程师职称申报的专业辅导网站,汇集各地区各专业相关的职称政策文件,申报材料范本下载。';
  11. ?>
  12. <title>{$seo_title}</title>
  13. <meta name="keywords" content="{$seo_keywords}">
  14. <meta name="description" content="{$seo_description}">