Mehdi72 Posted February 18, 2012 Share Posted February 18, 2012 I want to rename the Sitemap section to Information & add the Terms & Conditions link from the information block to the Sitemap block. How do I do that? http://indiansuitsdirect.co.uk/store/ Link to comment Share on other sites More sharing options...
Mehdi72 Posted February 19, 2012 Author Share Posted February 19, 2012 I edit the footer.tpl file and changed this : <div class="float" style="width:200px;margin:5px 10px 0 0"> <h4 style="border-bottom:2px solid #384855;margin-bottom:5px;padding-bottom:5px">{l s='Sitemap'}</h4> <ul class="v2-ulfooter"> <li><a href="{$base_dir}">{l s='Home'}</a></li> <li><a href="{$link->getPageLink('contact-form.php', true)}">{l s='Contact us'}</a></li> <li><a href="{$link->getPageLink('sitemap.php')}">{l s='Sitemap'}</a></li> </ul> </div> To : <div class="float" style="width:200px;margin:5px 10px 0 0"> <h4 style="border-bottom:2px solid #384855;margin-bottom:5px;padding-bottom:5px">{l s='[b]Information[/b]'}</h4> <ul class="v2-ulfooter"> <li><a href="{$link->getPageLink('contact-form.php', true)}">{l s='Contact us'}</a></li> <li><a href="{$link->getPageLink('sitemap.php')}">{l s='Sitemap'}</a></li> [b]<li><a href="{$link->getPageLink('cms.php?id_cms=3')}">{l s='Terms & Conditions'}</a></li>[/b] </ul> </div> I am leaving the topic open as I want to add a block of images in the header and may need help with positioning. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now