sitebabu;166694I want to replace the texts ” YOU ARE HERE:” with some other texts. For the templates Teleine iii, Urani & Seleni
How is it will be done?
Plz help.
Hi sitebabu,
for Teline III, open file mainnav.php, located in /layout/blocks/ directory of your template, and on line 19 find:
<strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />
replace You are here with your text.
On Seleni it’s on line 5 of topsl.php file, inside the blocks directory:
<strong><?php echo JText::_(‘YOU ARE HERE‘)?> </strong><jdoc:include type=”module” name=”breadcrumbs” />
and finally, on Urani, it is located in the first row of en-GB.tpl_ja_urani.ini file, located in /site_root/languages/en-GB/ directory.
Good luck! 🙂