diff options
| author | Lester Caine <lester@lsces.co.uk> | 2008-06-17 17:05:16 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2008-06-17 17:05:16 +0000 |
| commit | 63588ccd6389b692586461e98a24d897c6941bf2 (patch) | |
| tree | c5dfe7ac5bfeffd813afbc426c4493e96e222d4a /view_image.php | |
| parent | a0db2d11ec03972889fc0a27fc1b0a36155e6761 (diff) | |
| download | fisheye-63588ccd6389b692586461e98a24d897c6941bf2.tar.gz fisheye-63588ccd6389b692586461e98a24d897c6941bf2.tar.bz2 fisheye-63588ccd6389b692586461e98a24d897c6941bf2.zip | |
Converted to LibertyMime
image_data 'flattened' into mInfo for compatability with treasury/mime templates
simple_list view added to gallery options. parallels addig grids to treasury, but different ways of managing galleries are not compatible.
Diffstat (limited to 'view_image.php')
| -rw-r--r-- | view_image.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view_image.php b/view_image.php index b74d2e9..0aaa8f9 100644 --- a/view_image.php +++ b/view_image.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/view_image.php,v 1.10 2007/06/11 20:16:23 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/view_image.php,v 1.11 2008/06/17 17:05:16 lsces Exp $ * @package fisheye * @subpackage functions */ @@ -43,5 +43,7 @@ if( is_object( $gGallery ) && $gGallery->isCommentable() ) { $gContent->addHit(); +$gContent->mInfo['original'] = TRUE; +// vd($gContent->mInfo); require_once( FISHEYE_PKG_PATH.'display_fisheye_image_inc.php' ); ?> |
