HardcoreHeroes Posted January 11, 2006 Posted January 11, 2006 Someone please tell me how to remove the image only from this code on catalog/contact_us.php <?php echo tep_image(DIR_WS_IMAGES . 'table_background_man_on_board.gif', HEADING_TITLE, '0', '0', 'align="left"') . TEXT_SUCCESS; ?> I'd also like to know how/where to change the text that this code calls up. I'd like to personalize the text that's there. Thanks for your help!
Guest Posted January 11, 2006 Posted January 11, 2006 The easiest way to get rid of these pictures is to erase them, and leave them blank in your images folder. Saves a lot of time. To change the text that is displayed, go to includes/languages/english/contact_us.php and edit away. Good luck, NS
HardcoreHeroes Posted January 11, 2006 Author Posted January 11, 2006 I was thinking if I just deleted the images from my images folder they would show up as broken links/missing images? Am I wrong?
Guest Posted January 11, 2006 Posted January 11, 2006 Change; <?php echo tep_image(DIR_WS_IMAGES . 'table_background_man_on_board.gif', HEADING_TITLE, '0', '0', 'align="left"') . TEXT_SUCCESS; ?> To; <?php echo// tep_image(DIR_WS_IMAGES . 'table_background_man_on_board.gif', HEADING_TITLE, '0', '0', 'align="left"') . TEXT_SUCCESS; ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.