in the siteconf.php file there are all the major variables defined which are accessed in other tpl file of the templates example in aboutus page, contactus page etc of this template1
now i have created another template called template2 and this also has the same structure
1. C:\xampp\htdocs\sites\template2.com where i have .htaccess index.php and siteconf.php
presently in header.tpl of template1 is written as follows
{if strpos($Data.KEYWORD,"rv rental") === false}
<div class="header" style="background:url(images/header_{$siteData.COUNTRY3}.gif) no-repeat top left;">
{else}
<div class="header" style="background:url(images/header_{$siteData.COUNTRY3}_rv.gif) no-repeat top left;">
{/if}
</div>
so i need to change the {if} {else} where i need to mention that if i am accessing http://localhost/sites/template2.com then the header image should be different.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum