Lazze Lazer Posted July 12, 2003 Share Posted July 12, 2003 The 3 small images linking to account, cart and checkout at the right side TOP. they have some code related to SSL with them. Is it safe to remove or comment them out? I will not be using any ssl on my site... <?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?> Im placing a large bannertype image above and I want it to be closer to the css text navibar... Lars Link to comment Share on other sites More sharing options...
Guest Posted July 12, 2003 Share Posted July 12, 2003 The 3 small images linking to account, cart and checkout at the right side TOP. they have some code related to SSL with them. Is it safe to remove or comment them out? I will not be using any ssl on my site... Yes, it's safe. They don't actually impact SSL; it's just that the checkout and account pages should be SSL if SSL is supported. In other words, they are just links. If you have links elsewhere to accomplish the same purpose (as the words in the header below them do), you don't need them. Good luck, Matt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.