Jump to content

Edit footer text


asmar

Recommended Posts

Hi all,

 

I tried everything I found on the forums but doesn't seem to work for 1.6* version.

 

All I want is to place some text inside the

<section class=bottom_footer>

which at the moments have the "powered by..." text.

 

I didn't found under modules any footer related tpl and under blockcms already removed that and clear cache but that text is still there.

 

Any help is much appreciated.

 

Thanks

Link to comment
Share on other sites

Good morning

 

Why not have a look here:

 

public_html/Your Shop/themes/default-bootstrap/modules/blockcms/blockcms.tpl

 

Around line 120

 

</li>
</ul>
{$footer_text}
</section>
{if $display_poweredby}
<section class="bottom-footer col-xs-12">
<div>
© 2014 {l s='[1]Ecommerce software by %s[/1]' mod='blockcms' sprintf=['PrestaShop™'] tags=['<a class=_blank" href="http://www.prestashop.com"&gt]}
</div>
</section>
{/if}
<!-- /MODULE Block footer -->
{/if}
 
Please see Link below
 
 
I am not sure about how Responsive it will be though
 
 
Paul
Edited by Paulito (see edit history)
Link to comment
Share on other sites

I'm using a theme that I bought from templatemonster but the tpl you mentioned above is there and already changed the text. I opened every single tpl of the theme's folder and there is nowhere else that string.

 

Thanks

Link to comment
Share on other sites

×
×
  • Create New...