Safe to remove small naviLinkImages in header.php?
Lazze Lazer <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <67713fe8da8c21674e9934449c88b16e@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=195407#195407 ---------------------------------------------------------------- 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... [code]<?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>'; ?>[/code] Im placing a large bannertype image above and I want it to be closer to the css text navibar... Lars