PiGGiEE Posted February 1, 2003 Share Posted February 1, 2003 Hi! Can anyone please help me! I'd like to remove the Box in the middle of the page that says "New Products for February" Does anyone know how to do this? Thanks! :? Link to comment Share on other sites More sharing options...
rseigel Posted February 1, 2003 Share Posted February 1, 2003 Look for this and nuke it in default.php (no point in me giving you line numbers since mine is hacked to bits). :wink: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> There's another spot that displays that box on interior default.php pages. Just search for the other instance of FILENAME_NEW_PRODUCTS and nuke that as well if you want. Link to comment Share on other sites More sharing options...
burt Posted February 1, 2003 Share Posted February 1, 2003 <tr> <td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Find this and remove it from default.php Link to comment Share on other sites More sharing options...
rseigel Posted February 1, 2003 Share Posted February 1, 2003 Ohhhhh yaaaaa baby!!!!! Ron: 1 Burt: 0 :P Link to comment Share on other sites More sharing options...
burt Posted February 1, 2003 Share Posted February 1, 2003 Hehe. Bah. ;) Link to comment Share on other sites More sharing options...
PiGGiEE Posted February 2, 2003 Author Share Posted February 2, 2003 Coool! Thanks guys!!! :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.