antiz Posted December 12, 2003 Share Posted December 12, 2003 Hello all, I have been trying to get rid of some info boxes that are usefull for my small online boutique. However I didn't find an easy way to supress them on every pages. If somebody already performed this operation could he please share the info. Thanks a lot in advance for your help Link to comment Share on other sites More sharing options...
logiczero Posted December 13, 2003 Share Posted December 13, 2003 Go to the catalog/includes directory, open column_left.php and column_right.php and comment out the include statements for the boxes you don't want. Link to comment Share on other sites More sharing options...
Guest Posted December 13, 2003 Share Posted December 13, 2003 And since I wanted only the left column, I took these code lines out wherever encountered in most catalog/ *.php files. Don't know if this wrecks anything but I've seen no repurcussions I can relate to it yet. <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> Link to comment Share on other sites More sharing options...
antiz Posted December 13, 2003 Author Share Posted December 13, 2003 thx a million for you 're great help guys :) take care Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.