tomliuwhite Posted March 21, 2006 Posted March 21, 2006 I want to add a ?Contact Us? hyperlink on the horizontal bar on the top next to ?My Account?. What shall i do? Many thanks in advance.
jasonabc Posted March 21, 2006 Posted March 21, 2006 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> Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
tomliuwhite Posted March 21, 2006 Author Posted March 21, 2006 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>
PhpNurd Posted March 21, 2006 Posted March 21, 2006 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:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.