isFeatureActive( 'fisheye_gallery_hide_modules' ); if ( !$gContent->isValid() ) { // No gallery was indicated so we will redirect to the browse galleries page header("location: ".FISHEYE_PKG_URL."list_galleries.php"); die; } if( $gContent->isCommentable() ) { $commentsParentId = $gContent->mContentId; $comments_vars = Array('fisheyegallery'); $comments_prefix_var='fisheyegallery:'; $comments_object_var='fisheyegallery'; $comments_return_url = $_SERVER['PHP_SELF']."?gallery_id=".$gContent->mGalleryId; include_once( LIBERTY_PKG_PATH.'comments_inc.php' ); } require_once( FISHEYE_PKG_PATH.'display_fisheye_gallery_inc.php' ); ?>