summaryrefslogtreecommitdiff
path: root/display_fisheye_gallery_inc.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-06-25 22:21:09 +0000
committerChristian Fowler <spider@viovio.com>2008-06-25 22:21:09 +0000
commita89e38ec709485f5d16c97983b78c2af616ad843 (patch)
tree04dc6954749a023c5be4ce1637167ac1471408c5 /display_fisheye_gallery_inc.php
parentbf1754e973fa6222327284fd4d519c80a1844d1c (diff)
downloadfisheye-a89e38ec709485f5d16c97983b78c2af616ad843.tar.gz
fisheye-a89e38ec709485f5d16c97983b78c2af616ad843.tar.bz2
fisheye-a89e38ec709485f5d16c97983b78c2af616ad843.zip
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'display_fisheye_gallery_inc.php')
-rw-r--r--display_fisheye_gallery_inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/display_fisheye_gallery_inc.php b/display_fisheye_gallery_inc.php
index 2303b86..b2717be 100644
--- a/display_fisheye_gallery_inc.php
+++ b/display_fisheye_gallery_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/display_fisheye_gallery_inc.php,v 1.7 2006/11/08 08:02:53 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/display_fisheye_gallery_inc.php,v 1.8 2008/06/25 22:21:09 spiderr Exp $
* @package fisheye
* @subpackage functions
*/
@@ -33,6 +33,6 @@ $gContent->loadImages( $page );
$gContent->addHit();
$gBitSystem->setBrowserTitle( $gContent->getTitle().' '.tra('Gallery') );
-$gBitSystem->display( $gContent->getRenderTemplate() );
+$gBitSystem->display( $gContent->getRenderTemplate() , NULL, array( 'display_mode' => 'display' ));
?>