verifyPackage( 'fisheye' ); global $gBitSystem, $gDebug; include_once FISHEYE_PKG_INCLUDE_PATH.'image_lookup_inc.php'; $gContent->invokeServices( 'content_display_function', $displayHash ); $gContent->addHit(); if( is_object( $gGallery ) && $gGallery->isCommentable() ) { $commentsParentId = $gContent->mContentId; $comments_vars = [ 'fisheyeimage' ]; $comments_prefix_var='fisheyeimage:'; $comments_object_var='fisheyeimage'; $comments_return_url = FISHEYE_PKG_URL."view_image.php?image_id=".$gContent->mContentId; include_once LIBERTY_PKG_INCLUDE_PATH.'comments_inc.php'; } $gBitSmarty->display( 'bitpackage:fisheye/view_image_details.tpl' );