Jump to content

footer link translation


Recommended Posts

  • 5 months later...

Hello,

 

I had similar problem.. I am using presta 1.4.7 and have 5 languages installed.

 

Try changing line in blockcms.tpl in /theme/modules/blockcms

 

<a href="{$base_dir_ssl}contact-form.php" title="">{l s='Contact us' mod='blockvariouslinks'}</a>

 

With this line:

 

<a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a>

 

 

I seems that my custom theme blockcms was calling blockvarioslinks, which i didn't installed...

 

Change other links as well.. This was my solution..

 

Regards,

M

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