Hi.
I'm using the game template and see the login "button" on the right top corner.
Where can i setup this? Is it possible to place this button (with the popup function) in the footer menu?
Thank you.
cheers
<a id="gkLogin" href="/~teitbite/gk_game_30/index.php/joomla-pages-ii/user-login">log in</a>
<?php if($this->API->get('login_url', '') != '') : ?>
<a href="<?php echo $this->API->get('login_url', 'index.php?option=com_users&view=login'); ?>" id="gkLogin"><?php echo ($userID == 0) ? JText::_('TPL_GK_LANG_LOGIN') : JText::_('TPL_GK_LANG_LOGOUT'); ?></a>
<?php endif; ?>
