Good morning,
Forgive my English, I replaced the module mod_gk_regisyter (having first disabled) with mudulo joomla registration by entering the link in the same position. I'd like the link to the page without pop-ups. How do?
Thank you.
<a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&view=registration" id="btnRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
id="btnRegister"
teitbite wrote:Hi
Ok. Please edit file /layouts/blocks/nav.php and in line 55:
- Code: Select all
<a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&view=registration" id="btnRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
remove this part:
- Code: Select all
id="btnRegister"
Than register will be a simple link to registration page.