Jump to content

[SOLVED] How to Edit Footer Sitemap Block?


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...