Hi
So You meant a login popup and a link placed there
Please forget what I said in support ticket. I thought You were talking about something different. Please edit file /layout/blocks/tools/login.php and remove:
- Code: Select all
<?php if($userID == 0) : ?>
<a class="button" href="<?php echo $this->API->URLbase(); ?>index.php?option=com_users&view=registration"><?php echo JText::_('TPL_GK_LANG_REGISTER_POPUP'); ?></a>
<?php endif; ?>