Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

add links to header


Guest

Recommended Posts

Posted

can some nice kind person please tell me how do i add links to the header ?

 

thanks for looking

Posted
can some nice kind person please tell me how do i add links to the header ?

 

thanks for looking

Posted

/catalog/includes/header.php

 

edit this bit:

 

	<td class="headerNavigation">  <?php echo $breadcrumb->trail(' » '); ?></td>
<td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a>  |  <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a>   </td>

 

Add your links in there ... MAKE SURE YOU USE THE tep_href_link FUNCTION FOR INTERNAL LINKS TO ENSURE SESSIONS ARE KEPT WHILE NAVIGATING THROUGH YOUR SITE!!

Archived

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

×
×
  • Create New...