yourshop.com: Home > [category] > [product]. . .
While I want it to display as:
You are here: Home > [category] > [product]. . .
I found where I could make it static in:
.../templates/gk_yourshop/html/mod_breadcrumbs/default.php
Line 12:
- Code: Select all
echo JText::_('TPL_GK_LANG_BREADCRUMBS_HERE');
However, I would much prefer to fix the real issue. I have 'Show "You are here"' set to yes in the module settings, and it works fine in the MyStore template. So what is the correct way to fix this please?
Redefine TPL_GK_LANG_BREADCRUMBS_HERE or something else?
thanks