kemen Posted March 10, 2007 Share 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 ;) ;) Link to comment Share on other sites More sharing options...
Guest Posted March 11, 2007 Share 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. Link to comment Share on other sites More sharing options...
kemen Posted March 11, 2007 Author Share 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: ;) Link to comment Share on other sites More sharing options...
kemen Posted March 11, 2007 Author Share 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: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.