Jump to content

Change "Our Stores" Link Text


Recommended Posts

Hi,

 

you will need to open up this file (if it exists)

ROOT/themes/geoffs/modules/blockcms/blockcms.tpl

 

If it is not there, go to

ROOT/modules/blockcms/blockcms.tpl and look for this

{if $display_stores_footer}
<li class="item"> 
<a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a>
 </li> 
{/if}

Here you can change the content of the Our Stores String to anything you want to.

Link to comment
Share on other sites

@ Vekia - based on his URL I guess that he's British, I find it better to have the english as the default language, which means changing the .tpl file instead of the translation. The translation is possible as well, but I personally like to have it nice and clean in the TPL first.

Link to comment
Share on other sites

 

 

I find it better to have the english as the default language, which means changing the .tpl file instead of the translation.

why

you can change english translation as well as other translations for other languages.

it's not necessary to change .tpl file if you want to change "english" version of the text there

Link to comment
Share on other sites

×
×
  • Create New...