peter1234 Posted May 2, 2006 Posted May 2, 2006 Hi, I don't want to my home page showing the review box. How should I do? Thanks. peter
jasonabc Posted May 3, 2006 Posted May 3, 2006 go to /catalog/includes/column_right.php. Find this (around line 41): require(DIR_WS_BOXES . 'reviews.php'); and just comment it out (just place a # at the start): # require(DIR_WS_BOXES . 'reviews.php'); Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
peter1234 Posted May 3, 2006 Author Posted May 3, 2006 By the way, place a # or // is same for comment at the start? Thanks
jasonabc Posted May 3, 2006 Posted May 3, 2006 By the way, place a # or // is same for comment at the start?Thanks yep # and // do exactly the same thing - comments out everything on that line. Use /* ... code here */ for blocks of code Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
Recommended Posts
Archived
This topic is now archived and is closed to further replies.