Guest Posted August 6, 2008 Posted August 6, 2008 can some nice kind person please tell me how do i add links to the header ? thanks for looking
Guest Posted August 6, 2008 Posted August 6, 2008 can some nice kind person please tell me how do i add links to the header ? thanks for looking
sLaV- Posted August 6, 2008 Posted August 6, 2008 /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!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.