Add Home in mod_gk_register

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Fri Jan 18, 2013 11:37 am
Hello I can add Home link in mod_gk_register
how can I do?
home.jpg

thanks
User avatar
Senior Boarder

Konrad M
Fri Jan 18, 2013 11:39 am
Hi,
you mean directly in register or as separate link in tools links ?
User avatar

GK User
Fri Jan 18, 2013 11:57 am
Konrad M wrote:Hi,
you mean directly in register or as separate link in tools links ?


where it is easier
User avatar
Senior Boarder

Konrad M
Fri Jan 18, 2013 12:19 pm
Please go to layouts/default.php and find:
Code: Select all
<?php if($this->modules('cart')) : ?>
                <a href="#" id="btnCart"><?php echo JText::_('TPL_GK_LANG_MY_CART'); ?><span><?php echo JText::_('TPL_GK_LANG_MY_CART_LOADING'); ?></span></a>
                <?php endif; ?>

and paste this code before it:
Code: Select all
 <a href="<?php echo JURI::root(); ?>">Home</a>
User avatar

GK User
Fri Jan 18, 2013 12:35 pm
Konrad M wrote:Please go to layouts/default.php and find:
Code: Select all
<?php if($this->modules('cart')) : ?>
                <a href="#" id="btnCart"><?php echo JText::_('TPL_GK_LANG_MY_CART'); ?><span><?php echo JText::_('TPL_GK_LANG_MY_CART_LOADING'); ?></span></a>
                <?php endif; ?>

and paste this code before it:
Code: Select all
 <a href="<?php echo JURI::root(); ?>">Home</a>


Good work, thanks!
User avatar
Senior Boarder


cron