Hello,
The mobile version of the template League News has a link "Desktop version": how to add link "Mobile version" on the desktop version ?
Best regards
<span><?php if(isset($_COOKIE['gkGavernMobile_'.$this->parent->name]) && $_COOKIE['gkGavernMobile_'.$this->parent->name] == 'desktop') : ?>
<span class="mobileSwitch"><a href="javascript:setCookie('gkGavernMobile_<?php echo $this->parent->name; ?>', 'mobile', 365);window.location.reload();"><?php echo JText::_('TPL_GK_LANG_SWITCH_TO_MOBILE'); ?></a></span><?php endif; ?>