Jump to content

Removing/Changing the footer


Recommended Posts

Hi There all,

Can some please tell me how to remove/change the copyright/ ads/ promo links at the bottom of my shop.

www.carpediemibiza.com

I have attached a screenshot so you know what I need to remove.

Thanks all...........

Canucki

post-367614-0-11601000-1354626370_thumb.png

Link to comment
Share on other sites

Hey M8, I got this:

<div id="tmfooterlinks">

{foreach from=$xml->link item=home_link name=links}

<div>

<h4>{$home_link->$field1}</h4>

<ul>

<li><a href="{$home_link->$field3}">{$home_link->$field2}</a></li>

<li><a href="{$home_link->$field5}">{$home_link->$field4}</a></li>

<li><a href="{$home_link->$field7}">{$home_link->$field6}</a></li>

<li><a href="{$home_link->$field9}">{$home_link->$field8}</a></li>

<li><a href="{$home_link->$field11}">{$home_link->$field10}</a></li>

</ul>

</div>

{/foreach}

<p>© {$smarty.now|date_format:"%Y"} {l s='Powered by' mod='tmfooterlinks'} <a href="http://www.prestashop.com">PrestaShop</a>™. {l s='All rights reserved' mod='tmfooterlinks'}</p>

</div>

 

And I got this:

{if !$content_only}

</div>

 

{if $page_name !== 'index'}

<aside>

<div id="right_column" class="column">{$HOOK_RIGHT_COLUMN}</div>

</aside>

{/if}

</div>

</div>

 

<footer>

<div id="footer" class="clearfix">

<div>{$HOOK_FOOTER}{if $page_name == 'index'}More Handbag PrestaShop Themes at <a rel="nofollow" href="http://www.templatemonster.com/category/handbag-prestashop-themes/" target="_blank">TemplateMonster.com</a>{/if}</div>

</div>

</footer>

 

</div>

</div>

{/if}

</body>

</html>

 

Just wanna have design by us Carpe Diem Ibiza and the copyright set to 2013-2014

 

Thanks so much

C

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