Add "My account" in top right like register and login

Amazing responsive, mobile ready VirtueMart e-commerce Joomla template
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 Nov 19, 2013 2:38 pm
Reply with quote
Report this post
Hi

how can I add the "My account" link close to register and login link in to right part of wesite
Regards
Maximilien
User avatar
Fresh Boarder

GK User
Tue Nov 19, 2013 7:48 pm
Reply with quote
Report this post
Please open file layouts/default.php and find this part :

Code: Select all
<?php if($this->API->modules('login')) : ?>
             <a href="<?php echo $this->API->URLbase(); ?>index.php?option=com_users&amp;view=login" id="btnLogin"><?php echo $btn_login_text; ?></a>
             <?php endif; ?>


Then please just add this code right below the login area :

Code: Select all
             <a href="<?php echo $this->API->URLbase(); ?>url_to_your_register_page" id="btnLogin"><?php echo "My account" ?></a>
User avatar
Platinum Boarder


cron