Hello, i cannot figure out how to delete this text:
Text: "or Sign up".
I tried checking template's files -> mod_login, but nothing...
thnx.
TPL_GK_LANG_REGISTER="Sign up"
teitbite wrote:Hi
You can find this text in /language/en-GB/en-GB.tpl_gk_cloudhost.ini
- Code: Select all
TPL_GK_LANG_REGISTER="Sign up"
<h3><?php echo JText::_(($userID == 0) ? 'TPL_GK_LANG_LOGIN' : 'TPL_GK_LANG_LOGOUT'); ?> <?php if($userID == 0) : ?><small><?php echo JText::_('TPL_GK_LANG_OR'); ?><a href="<?php echo $this->API->URLbase(); ?>index.php?option=com_users&view=registration"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a></small><?php endif; ?></h3>