Pappa Smurf Posted May 27, 2003 Posted May 27, 2003 I dont know if anyone else has figured out this yet but it seems alot of people are asking how to add an extra text link in the top right grey link area well here is what i did <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="http://www.YOURLINK.com/" class="headerNavigation"><?php echo HEADER_TITLE_YOURLINKTEXT; ?></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> i simply added the above to my cart/includes/header.php and it worked a treat. Quote
Pappa Smurf Posted May 27, 2003 Author Posted May 27, 2003 it can be viewed here http://www.globaldesignz.com Quote
D E H Posted August 3, 2003 Posted August 3, 2003 I dont know if anyone else has figured out this yet but it seems alot of people are asking how to add an extra text link in the top right grey link area well here is what i did <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="http://www.YOURLINK.com/" class="headerNavigation"><?php echo HEADER_TITLE_YOURLINKTEXT; ?></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> i simply added the above to my cart/includes/header.php and it worked a treat. I have been looking for this all day long. I want to thank you! Out of 1800+ posts this was the only one I found that makes since. Thanks again! PS Hope you are still around to read this :lol: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.