phrilll Posted January 25, 2009 Share Posted January 25, 2009 Hi, I am trying to get rid of the "new products for...." box on the front page. I have found how to remove and edit all the small infoboxes on the sides, but no idea where the code lives for this big, ugly box!! Any ideas? Thanks Phil Link to comment Share on other sites More sharing options...
Guest Posted January 26, 2009 Share Posted January 26, 2009 Hi, I am trying to get rid of the "new products for...." box on the front page. I have found how to remove and edit all the small infoboxes on the sides, but no idea where the code lives for this big, ugly box!! Any ideas? Thanks Phil <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> to something like <tr> <td><?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Link to comment Share on other sites More sharing options...
Gooch Posted March 2, 2009 Share Posted March 2, 2009 <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> to something like <tr> <td><?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Which file would this be located in?> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.