kirkside Posted September 12, 2005 Share Posted September 12, 2005 After some playing I was able to add a new link to the header of the page, just between My Account and Cart Contents. Unfortunately, the link does not look the same as the other headings. It does work though. Here is a snippet of the line: <a href="http://www.mywebsite.co.uk"; ?><class="headerNavigation"><?php echo Forums; ?></a> | <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | The font is now black instead of white. Link to comment Share on other sites More sharing options...
dahui Posted September 12, 2005 Share Posted September 12, 2005 <a href="http://www.mywebsite.co.uk" class="headerNavigation"><?php echo Forums; ?></a> | <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | try that dahui Link to comment Share on other sites More sharing options...
kirkside Posted September 12, 2005 Author Share Posted September 12, 2005 Firstly, wow that was quick. Secondly, thank so much for giving me the solution so quickly. Did the job. Thanks again. Link to comment Share on other sites More sharing options...
dahui Posted September 12, 2005 Share Posted September 12, 2005 Firstly, wow that was quick. i am Italian we are said to be don't we ;) huahuhuhua yr welcome dahui Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.