Where are the JTEXT Definitions?

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Jun 08, 2012 8:47 am
I am working with the YourShop & MyStore templates. The problem I'm having is that(in YourShop) my breadcrumb is displayed as so:

yourshop.com: Home > [category] > [product]. . .

yourshop.png


While I want it to display as:

You are here: Home > [category] > [product]. . .

mystore.png




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
User avatar
Fresh Boarder

Konrad M
Fri Jun 08, 2012 10:16 am
Hi,
You need to edit language/en-GB/en-GB.tpl_gk_yourshop.ini Here you will find
Code: Select all
TPL_GK_LANG_BREADCRUMBS_HERE="yourshop.com : "

just edit it.
User avatar

GK User
Fri Jun 08, 2012 10:24 am
Awesome, thanks!
User avatar
Fresh Boarder


cron