coma13 Posted February 9, 2007 Share Posted February 9, 2007 I'd like to remove the 'new products's that appears in the center of the layout completely. I can't figure out what file I need to edit to get it out of there. Any help would be appreciated! -Eric Link to comment Share on other sites More sharing options...
khime Posted February 9, 2007 Share Posted February 9, 2007 In index.php look for the code include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); This calls the module to display the new products You can delete this if not going use ever or just comment out using double forward slash e.g // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); Link to comment Share on other sites More sharing options...
coma13 Posted February 9, 2007 Author Share Posted February 9, 2007 Perfect! Thanks khime! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.