MrPat Posted February 9, 2005 Share Posted February 9, 2005 I would like to remove some items and i am having some trouble finding them. Can anyone tell me where i need to go to remove the following: 1. The "What's New Here?" on the main page 2. The osCommerce banner at the bottom of main page (subsequent pages if applicable) 3. The "Laptop" guy towards the upper right of page 4. All three icons/links at the upper most right of page. The "My Account","Shopping Cart", & "Checkout" icons. 5. The "New Products For February" infobox towards bottom of main page. Thanks MrPat Link to comment Share on other sites More sharing options...
♥Vger Posted February 9, 2005 Share Posted February 9, 2005 I would like to remove some items and i am having some trouble finding them.Can anyone tell me where i need to go to remove the following: 1. The "What's New Here?" on the main page index.php - remove: <td class="pageHeading"><?php echo HEADING_TITLE; ?></td 2. The osCommerce banner at the bottom of main page (subsequent pages if applicable) includes/footer.php - remove <?php if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> 3. The "Laptop" guy towards the upper right of page in index.php remove: <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> 4. All three icons/links at the upper most right of page. The "My Account","Shopping Cart", & "Checkout" icons. header.php 5. The "New Products For February" infobox towards bottom of main page. It's late can't think Thanks MrPat <{POST_SNAPBACK}> Vger Link to comment Share on other sites More sharing options...
MrPat Posted February 9, 2005 Author Share Posted February 9, 2005 Vger <{POST_SNAPBACK}> Thanks Vger! Much appreciated. MrPat Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.