Hi,
My GK-Real-Design site is multilingual.
How can i change the logo with the site language (EN / FR / RU) ?
And the footer ?
Thank u so much...
$favicon_image = $this->getParam('favicon_image', '');
$favicon_image = $this->getParam('favicon_image', '');
$lang = JFactory::getLanguage();
// include fonts
$this->addCSS($this->URLtemplate() . '/css/'. $lang->getTag() .'.css');
// include fonts
templates/gk_the_real_design/css/en-GB.css
/*
#------------------------------------------------------------------------
# The real design - December 2011 template (for Joomla 1.6/1.7)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/
h1#gkLogo a.cssLogo { background-image: url('../images/logos/en-GB.png');}
templates/gk_the_real_design/images/logos/en-GB.png
<?php else : ?>
<span>
Template Design © <a href="http://www.gavick.com" title="Joomla Templates">Joomla Templates</a> | GavickPro. All rights reserved.
</span>
<?php endif; ?>
<?php else : ?>
<span>
<?php echo JText::_('TPL_GK_LANG_MULTI_COPYRIGHT'); ?>
</span>
<?php endif; ?>
languages/en-GB/en-GB.tpl_gk_the_real_design.ini
languages/fr-FR/fr-FR.tpl_gk_the_real_design.ini
languages/es-ES/es-ES.tpl_gk_the_real_design.ini
TPL_GK_LANG_MULTI_COPYRIGHT="Template Design © <a href="http://www.gavick.com" title="Joomla Templates">Joomla Templates</a> | GavickPro. All rights reserved."