Jump to content

Modify Copyright in the footer.


Recommended Posts

I modify file blockcms.tpl in:

 

/modules/blockcms/

/themes/default-bootstrap

/themes/theme1377

 

this row

 

{if isset($display_poweredby) && $display_poweredby}
<li class="last_item">{l s='[1]Ecommerce software by %s[/1]' mod='blockcms' sprintf=['PrestaShop™'] tags=['<a class=_blank" href="http://www.prestashop.com"&gt]}</li>
{/if}
 
in
 
{if isset($display_poweredby) && $display_poweredby}
<li class="last_item">{l s='[1]Copyright © 2017 - All Rights Reserved - Powered by %s[/1]' mod='blockcms' sprintf=['Mysite™'] tags=['<a class=_blank" href="http://www.Mysite.it"&gt]}</li>
{/if}

 

but i See this

 

© 2017 - Copyright © 2017 - All Rights Reserved - Powered by PrestaShop™ 

 

and then I click over link send to www.prestashop.com

 

When I work for adjust it?

 

 

Thanks!

 

DB

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