Hi,
How can I take out the register link on top of the template but keep the login and tools link?
Thanks in advance,
Bruno
[/center]
<?php if(GK_REGISTER) : ?>
<a href="<?php echo $this->baseurl(); ?>index.php?option=com_user&view=register" id="btn_register"><span><?php echo JText::_('GK_REGISTER'); ?></span></a>
<?php endif; ?>
[/center]
<?php if(GK_REGISTER) : ?>
<a href="<?php echo $this->baseurl(); ?>index.php?option=com_user&view=register" id="btn_register"><span><?php echo JText::_('GK_REGISTER'); ?></span></a>
<?php endif; ?>
