Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Image in box categories


easybeau

Recommended Posts

Posted

Hi,

 

I'm trying to insert an image (woman.gif) below the categories' list but it doesn't appear in the box.

-> http://www.keepintouch-store.com

 

See my code:

 

<!-- categories //-->
	  <tr>
		<td>
<?php
 $info_box_contents = array();
 $info_box_contents[] = array('text' => BOX_HEADING_CATEGORIES);

 new infoBoxHeading($info_box_contents, false, false);

 $info_box_contents = array();
 $info_box_contents[] = array('align' => 'center',
 'text' => tep_image(DIR_WS_IMAGES . 'woman.gif', femmes));

Archived

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

×
×
  • Create New...