Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New items


Rapid Dr3am

Recommended Posts

ok, on index.php there is:<hr /><td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td><hr />and the code is in includes/modules/new_products.php and its makes the table stuff, but I need to know where the code for the table stuff is, I'm mainly wanting to find </table>

 

EDIT: ok the code is in includes/classes/boxes.php: <hr />class contentBox extends tableBox {

function contentBox($contents) {

$info_box_contents = array();

$info_box_contents[] = array('text' => $this->contentBoxContents($contents));

$this->table_cellpadding = '1';

$this->table_parameters = 'class="infoBox"';

$this->tableBox($info_box_contents, true);

}

 

function contentBoxContents($contents) {

$this->table_cellpadding = '4';

$this->table_parameters = 'class="infoBoxContents"';

return $this->tableBox($contents);

}

}<hr />

but I dont know how to add this too it: <hr /><tr><td><div style="height: 5px; background: url(./images/f_bg.gif) #FBFCFD repeat-x bottom;">.</div></td></tr><hr /> right befor the table closes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...