Hi,
I use joomla 3.0
I try to use the position "login" with the language selector modul, but didn't work
I like to replace the login button by a language selector,
could it be?
thanks
<a href="<?php echo $this->API->get('login_url', 'index.php?option=com_users&view=login'); ?>" id="gkLogin" class="button inverse"><?php echo ($userID == 0) ? JText::_('TPL_GK_LANG_LOGIN') : JText::_('TPL_GK_LANG_LOGOUT'); ?></a>
<jdoc:include type="modules" name="login" style="<?php echo $this->module_styles['login']; ?>" />
<?php if($this->API->modules('lang')) : ?>
<div id="gkLang" class="gkPage">
<jdoc:include type="modules" name="lang" style="<?php echo $this->module_styles['lang']; ?>" />
</div>
<?php endif; ?>
<?php if(($this->API->get('reg_link') == '1' && $userID == 0) || $this->API->modules('login')) : ?>