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.
1234567891011121314 |
- <?php
- if(isset($seo_title2) && !empty($seo_title2)){ ?>
-
- <title>{$seo_title2}</title>
- <meta name="keywords" content="{$seo_keywords2}">
- <meta name="description" content="{$seo_description2}">
-
- <?php }else{ ?>
-
- <title>{$area_name}{$seo_title}</title>
- <meta name="keywords" content="{$area_name}{$seo_keywords}">
- <meta name="description" content="{$area_name}{$seo_description}">
-
- <?php } ?>
|