Please help me with this issue:
I want to plase costom html (just a bit of plain text) on login position (at front page Creativity template) instead of LogIn module which i don't need.
Can it be done?
How shold I do it?
Thanks.
<?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="custom_position" style="raw" />
#gkTop .custom {
float: right;
}
