if( !class_exists('CWReview') ) { require("lib/CWReview.class.php"); } if($_GET['CWR_ID']) { $review = new CWReview($_GET['CWR_ID']); } ?> if( !class_exists('CWReview') ) { require("lib/CWReview.class.php"); } if($_GET['CWR_ID']) { $review = new CWReview($_GET['CWR_ID']); } ?>
|
||||