Nessuna descrizione
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 654B

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