How to translate
http://demo.gavick.com/joomla16/apr2010/
FIND MORE
tool
login
Red Green Blue Neutral
language/en-GB/en-GB.tpl_gk_corporate2.ini
language/fr-FR/fr-FR.tpl_gk_corporate2.ini
templatesgk_corporate2layoutsblocksfooter.php
<?php if($this->getParam('stylearea', '0') == '1') : ?>
<p id="gkStyleArea">
<a href="#" id="gkStyle1">Red</a>
<a href="#" id="gkStyle2">Green</a>
<a href="#" id="gkStyle3">Blue</a>
<a href="#" id="gkStyle4">Neutral</a>
</p>
<?php endif; ?>
<?php if($this->getParam('stylearea', '0') == '1') : ?>
<p id="gkStyleArea">
<a href="#" id="gkStyle1"><?php echo JText::_('TPL_GK_LANG_COLOR_1'); ?></a>
<a href="#" id="gkStyle2"><?php echo JText::_('TPL_GK_LANG_COLOR_2'); ?></a>
<a href="#" id="gkStyle3"><?php echo JText::_('TPL_GK_LANG_COLOR_3'); ?></a>
<a href="#" id="gkStyle4"><?php echo JText::_('TPL_GK_LANG_COLOR_4'); ?></a>
</p>
<?php endif; ?>