Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Header Link not hte same as scheme


kirkside

Recommended Posts

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

<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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...