kirkside Posted September 12, 2005 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.
dahui Posted September 12, 2005 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
kirkside Posted September 12, 2005 Author 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.
dahui Posted September 12, 2005 Posted September 12, 2005 Firstly, wow that was quick. i am Italian we are said to be don't we ;) huahuhuhua yr welcome dahui
Recommended Posts
Archived
This topic is now archived and is closed to further replies.