Ingen beskrivning
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.

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 } ?>