Login position

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
Wed Mar 27, 2013 12:50 pm
Reply with quote
Report this post
Hi Folks,.
Just a simple request. I just want to add the text "Login here" beside the login tab at the very top "The two heads"

Where would I fine the line for this and what part do I add to get this to work.

Any help is really appreciated

Darren.
User avatar
Junior Boarder

Konrad M
Thu Mar 28, 2013 8:52 am
Reply with quote
Report this post
Hi,
please go to layouts/default.php and find:
Code: Select all
<?php if($this->API->modules('login')) : ?>
             <a href="<?php echo $this->API->get('login_url', 'index.php?option=com_users&view=login'); ?>" id="gkLogin"><?php echo ($userID == 0) ? JText::_('TPL_GK_LANG_LOGIN') : JText::_('TPL_GK_LANG_LOGOUT'); ?></a>
             <?php endif; ?>
User avatar


cron