Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

add a hyperlink on the horizontal bar


tomliuwhite

Recommended Posts

Posted

in /catalog/includes/header.php find the code (around line 64) that starts:

 

<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>  | 

 

......

 

and add this into that cell:

 

<a href="<?php echo tep_href_link(FILENAME_CONTACT_US); ?>" class="headerNavigation">Contact Us</a>

Posted
in /catalog/includes/header.php find the code (around line 64) that starts:

 

<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>  | 

 

......

 

and add this into that cell:

 

<a href="<?php echo tep_href_link(FILENAME_CONTACT_US); ?>" class="headerNavigation">Contact Us</a>

Posted
in /catalog/includes/header.php find the code (around line 64) that starts:

 

<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>  | 

 

......

 

and add this into that cell:

 

<a href="<?php echo tep_href_link(FILENAME_CONTACT_US); ?>" class="headerNavigation">Contact Us</a>

 

<?oscommerce

Echo "Thanks for the good tip"

?> :rolleyes:

Archived

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

×
×
  • Create New...