hi,
I'm using the template 'Gavick pro corporate'
I want to translate the the label 'you are here'. I have change the value in that 2 files
templatedetails.xml
<param name="breadcrumbs_text" type="text" default="You are here" label="Breadcrumbs text" description="" />
php/gk-setup.php
$breadcrumbs_text = $this->params->get("breadcrumbs_text", "You are here:");
but it's not working...
Do you know what could be problem?
Thanks