Edit text login

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue May 20, 2014 6:32 pm
Reply with quote
Report this post
in what line to remove the inscription?
User avatar
Junior Boarder

GK User
Wed May 21, 2014 8:21 am
Reply with quote
Report this post
Please open file template/layouts/blocks/tools/login.php and find this line :
Code: Select all
<h3><?php echo JText::_(($userID == 0) ? 'TPL_GK_LANG_LOGIN_POPUP' : 'TPL_GK_LANG_LOGOUT_POPUP'); ?> <?php if($userID == 0) : ?><small><?php echo JText::_('TPL_GK_LANG_OR'); ?><a href="<?php echo $this->API->URLbase(); ?>index.php?option=com_users&amp;view=registration"><?php echo JText::_('TPL_GK_LANG_REGISTER_POPUP'); ?></a></small><?php endif; ?></h3>


The text is displayed by :

Code: Select all
<?php echo JText::_('TPL_GK_LANG_OR'); ?>
User avatar
Platinum Boarder

GK User
Wed May 21, 2014 2:07 pm
Reply with quote
Report this post
thank
User avatar
Junior Boarder


cron