Source for file view_image_details.php
Documentation is available at view_image_details.php
* @version $Header: /cvsroot/bitweaver/_bit_fisheye/view_image_details.php,v 1.1 2010/11/11 22:58:23 spiderr Exp $
require_once( '../kernel/setup_inc.php' );
$gBitSystem->verifyPackage( 'fisheye' );
require_once( FISHEYE_PKG_PATH. 'FisheyeGallery.php');
require_once( FISHEYE_PKG_PATH. 'FisheyeImage.php');
global $gBitSystem, $gDebug;
include_once( FISHEYE_PKG_PATH. 'image_lookup_inc.php' );
$gContent->invokeServices( 'content_display_function', $displayHash );
$commentsParentId = $gContent->mContentId;
$comments_vars = Array('fisheyeimage');
$comments_prefix_var= 'fisheyeimage:';
$comments_object_var= 'fisheyeimage';
$comments_return_url = FISHEYE_PKG_URL. "view_image.php?image_id=". $gContent->mImageId;
include_once( LIBERTY_PKG_PATH. 'comments_inc.php' );
$gBitSmarty->display( 'bitpackage:fisheye/view_image_details.tpl' );
|