kemen Posted March 10, 2007 Posted March 10, 2007 Hi All, Can some one help to provide guidance on how I could add a LINK next to My Account on the right top side ?? Which file to modify ?? TQ for helping ;) ;)
Guest Posted March 11, 2007 Posted March 11, 2007 you should check your catalog\includes\header.php file. You should see a long line with all the navigation links, like: ...........<a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | ................ So you could add an extra link in between.
kemen Posted March 11, 2007 Author Posted March 11, 2007 you should check your catalog\includes\header.php file. You should see a long line with all the navigation links, like: ...........<a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | ................ So you could add an extra link in between. Mark, TQ for helping, I will try that shortly and report back. Once again, your enlightenment is very much appreciated :thumbsup: ;)
kemen Posted March 11, 2007 Author Posted March 11, 2007 Mark, TQ for helping, I will try that shortly and report back. Once again, your enlightenment is very much appreciated :thumbsup: ;) Mark, TQ for pointing me to the right direction, got it fix :thumbsup: :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.