loewfat Posted August 12, 2006 Share Posted August 12, 2006 hey everyone, ive tried and tried and tried but i just cant figure this one out. i want to add more links to the header navigation on my site. it seems like i did it fine, and it works perfect on my website, but when i click "my account" it goes to the secure server and it gives me a blank page. i have NO CLUE how to solve this and i need a quick fix for this! any ideas? ive attatched the part of code i modified. thanks in advance! <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="headerNavigation"> <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_SHIRTS); ?>" class="headerNavigation"><?php echo HEADER_TITLE_SHIRTS; ?></a> | <a href="<?php echo tep_href_link(FILENAME_CUSTOM); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CUSTOM_PRINTING; ?></a> | <a href="<?php echo tep_href_link(FILENAME_SUBMIT); ?>" class="headerNavigation"><?php echo HEADER_TITLE_SUBMIT_IDEAS; ?></a> | <a href="<?php echo tep_href_link(FILENAME_CONTACT); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CONTACT; ?></a> | <a href="<?php echo tep_href_link(FILENAME_ABOUT); ?>" class="headerNavigation"><?php echo HEADER_TITLE_ABOUT; ?></a> | <a href="<?php echo tep_href_link(FILENAME_FAQ); ?>" class="headerNavigation"><?php echo HEADER_TITLE_FAQ; ?>.</a> | <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> </tr> </table> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.