getConfig('cookie_path'), $gBitSystem->getConfig('cookie_domain') ); } if( !empty( $_REQUEST['refresh'] ) ) { $gBitSmarty->assign( 'refresh', '?refresh='.time() ); } include_once( FISHEYE_PKG_PATH.'image_lookup_inc.php' ); global $gHideModules; $gHideModules = $gBitSystem->isFeatureActive( 'fisheye_image_hide_modules' ); if( is_object( $gGallery ) && $gGallery->getPreference('allow_comments') == 'y' ) { $commentsParentId = $gContent->mContentId; $comments_vars = Array('fisheyeimage'); $comments_prefix_var='fisheyeimage:'; $comments_object_var='fisheyeimage'; $comments_return_url = $_SERVER['PHP_SELF']."?image_id=".$gContent->mImageId; include_once( LIBERTY_PKG_PATH.'comments_inc.php' ); } require_once( FISHEYE_PKG_PATH.'display_fisheye_image_inc.php' ); ?>