Hi,
I am using tow languages (English / Arabic) on this template, is there a way to have the switcher in the rss icon place?
The idea is to the rss displays the switcher in a similar way to the search on this template
Thanks
<?php if($this->API->get('rss_link', 1) == 1): ?>
<a href="<?php echo $this->API->get('rss_url', ''); ?>" class="gkRSS"><?php echo JText::_('TPL_GK_LANG_RSS'); ?></a>
<?php endif; ?>