summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2008-06-17 17:05:16 +0000
committerLester Caine <lester@lsces.co.uk>2008-06-17 17:05:16 +0000
commit63588ccd6389b692586461e98a24d897c6941bf2 (patch)
treec5dfe7ac5bfeffd813afbc426c4493e96e222d4a /edit.php
parenta0db2d11ec03972889fc0a27fc1b0a36155e6761 (diff)
downloadfisheye-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 'edit.php')
-rw-r--r--edit.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/edit.php b/edit.php
index 036a5b0..3623f66 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.25 2007/10/10 18:07:15 wjames5 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.26 2008/06/17 17:05:16 lsces Exp $
* @package fisheye
* @subpackage functions
*/
@@ -34,7 +34,8 @@ if( $gBitUser->hasPermission( 'p_fisheye_change_thumb_size' ) ) {
$gBitSmarty->assign( 'thumbnailSizes', $thumbnailSizes );
}
-$gBitSmarty->assign( 'galleryPaginationTypes', array( FISHEYE_PAGINATION_FIXED_GRID => 'Fixed Grid', FISHEYE_PAGINATION_AUTO_FLOW => 'Auto-Flow Images', FISHEYE_PAGINATION_POSITION_NUMBER => 'Image Order Page Number' ) );
+$gBitSmarty->assign( 'galleryPaginationTypes', array( FISHEYE_PAGINATION_FIXED_GRID => 'Fixed Grid', FISHEYE_PAGINATION_AUTO_FLOW => 'Auto-Flow Images',
+ FISHEYE_PAGINATION_POSITION_NUMBER => 'Image Order Page Number', FISHEYE_PAGINATION_SIMPLE_LIST => 'Simple List' ) );
if( !empty( $_REQUEST['savegallery'] ) ) {