Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change in box.


HARDy

Recommended Posts

Hi,

 

I have a problem with some changes in box.

 

How to change this box`s class

 

 

function infoBoxContents($contents) {
     $this->table_cellpadding = '3';
     $this->table_parameters = 'class="infoBoxContents"';
     $info_box_contents = array();
     $info_box_contents[] = array(array('text' => tep_draw_separator('box_tabbg.gif', '127', '1')));
     for ($i=0, $n=sizeof($contents); $i<$n; $i++) {
       $info_box_contents[] = array(array('align' => (isset($contents[$i]['align']) ? $contents[$i]['align'] : ''),
                                          'form' => (isset($contents[$i]['form']) ? $contents[$i]['form'] : ''),
                                          'params' => 'class="boxText"',
                                          'text' => (isset($contents[$i]['text']) ? $contents[$i]['text'] : '')));

 

 

like I presents you on this img

 

kat.gif

 

I want to put two others images on both sides. I tried it in catergories.php on <tr><td> but its dont works :/

 

I shall be grateful for help : )

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...