zippy4 Posted January 21, 2003 Share Posted January 21, 2003 I searched the forum and couldn't find the answer to this.... What snipet of code do I delete to remove the "new products" box? I've tried different things and get the parse errors. Thanks Link to comment Share on other sites More sharing options...
Christian Lescuyer Posted January 22, 2003 Share Posted January 22, 2003 Do you mean the box in the left column? Comment out the line in includes/column_left.php. // require(DIR_WS_BOXES . 'whats_new.php'); Christian Lescuyer Link to comment Share on other sites More sharing options...
zippy4 Posted January 23, 2003 Author Share Posted January 23, 2003 No I'm talking about the box in the center of the page. Link to comment Share on other sites More sharing options...
Guest Posted January 23, 2003 Share Posted January 23, 2003 Comment out the require products_new.php in default.php. Link to comment Share on other sites More sharing options...
Christian Lescuyer Posted January 23, 2003 Share Posted January 23, 2003 As a rule, the code for boxes in the left or right colums is located in includes/boxes. They are included in includes/column_left.php or includes/column_right.php You can add them, remove them or move them around. They can be used everywhere. Blocks in the middle of the page are either directly in the main file, or in includes/modules. Christian Lescuyer Link to comment Share on other sites More sharing options...
zippy4 Posted January 23, 2003 Author Share Posted January 23, 2003 Thanks Christian that fixed it! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.