I want to use the module position for a custom HTML one, however everytime it is enabled it still shows the "login" text and bring up the popup when clicked.
Is there anyway to reset the styling just so it is a normal poisiton?
Cheers for any help.
<?php if($this->API->modules('login')) : ?>
<div id="gkUserArea">
<?php if($this->API->modules('login')) : ?>
<a href="<?php echo $this->API->get('login_url', 'index.php?option=com_users&view=login'); ?>" id="gkLogin" class="button border"><?php echo ($userID == 0) ? JText::_('TPL_GK_LANG_LOGIN') : JText::_('TPL_GK_LANG_LOGOUT'); ?></a>
<?php endif; ?>
</div>
<?php endif; ?>
<jdoc:include type="modules" name="YOUR_NAME_OF_NEW_MODULE_POSITION" />
