Under the template Features tab theres an option to turn on or off the "Register link".
When its turned on the link doesn't show.
Is there a module position for the login module? or a way to create a popup menu item to the login form similar to other templates by Gavick (penguinmail, boutique)?
In the template layouts folder - the default.php file has the following lines of code that don't seem to load anything.
// defines if com_users
define('GK_COM_USERS', $option == 'com_users' && ($view == 'login' || $view == 'registration'));
// other variables
$btn_login_text = ($userID == 0) ? JText::_('TPL_GK_LANG_LOGIN') : JText::_('TPL_GK_LANG_LOGOUT');
$tpl_page_suffix = $this->page_suffix != '' ? ' class="'.$this->page_suffix.'"' : '';
