Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

stock .gif


mezzodi

Recommended Posts

Posted

how can i elimate the stock .gif images; e.g. table_background. I deleted the table_background file but the placeholder? is still there? any suggestions

Posted
how can i elimate the stock .gif images; e.g. table_background.  I deleted the table_background file but the placeholder? is still there?  any suggestions

 

 

try this :

 

<td class="pageHeading" align="right"><?php //echo tep_image(DIR_WS_PRODUCT_CATEGORY_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

 

so put a // before the echo or erase the whole thing

Treasurer MFC

Posted
try this :

 

            <td class="pageHeading" align="right"><?php //echo tep_image(DIR_WS_PRODUCT_CATEGORY_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

so put a // before the echo or erase the whole thing

 

 

in the stock that would be :

 

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

Treasurer MFC

Archived

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

×
×
  • Create New...