Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove image from catalog/contact_us.php


HardcoreHeroes

Recommended Posts

Posted

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!

Posted

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

Posted

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; ?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...