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.

city.htm 432B

1234567891011121314
  1. <?php
  2. if(isset($seo_title) && !empty($seo_title)){ ?>
  3. <title>{$seo_title}</title>
  4. <meta name="keywords" content="{$seo_keywords}">
  5. <meta name="description" content="{$seo_description}">
  6. <?php }else{ ?>
  7. <title>{eyou:global name='web_title' /}</title>
  8. <meta name="keywords" content="{eyou:global name='web_keywords' /}">
  9. <meta name="description" content="{eyou:global name='web_description' /}">
  10. <?php } ?>