Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Editing Boxes


Guest

Recommended Posts

Posted

Hi.

 

I want a box on the right with a heading 'Sponsers' and then 3 or 4 small banner ad buttons 1 below the other.

 

I have created a new box as you can see and called it my_new_box http://www.retro-wear.co.uk/catalog/ but can't work out how to put images in it. This is the code of the includes/boxes/my_new_box.php file :

 

<?php

/*

$Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

?>

<!-- my_new_box //-->

<tr>

<td>

<?php

$info_box_contents = array();

$info_box_contents[] = array('text' => 'My New Box');

 

new infoBoxHeading($info_box_contents, false, false);

 

$info_box_contents = array();

$info_box_contents[] = array('text' => 'This is the content of my new box.');

 

new infoBox($info_box_contents);

?>

</td>

</tr>

<!-- my_new_box_eof //-->

Archived

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

×
×
  • Create New...