
Originally Posted by
algirard8
Instead of having the link next to the word shopping cart. I was wondering if it was possible to add it to the top bar where the words home and log in are. If possible I would like to add this to the right side or that bar. To clarify I am wondering how to add a link above the logo in the bar. Thank you for you patience and help.
Hi!
You would do that in includes/templates/YOUR_TEMPLATE/common/tpl_header.php.
Find
Code:
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
<?php }?>
and add this right after the above:
Code:
<li><a href="http://www.clglampwork.com/">Name of link here</a></li>
Bookmarks