diff options
| author | Lester Caine <lester@lsces.co.uk> | 2008-07-18 14:23:07 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2008-07-18 14:23:07 +0000 |
| commit | 1cc76c91e27554d9f3f2acd37a0c54c1c3764b33 (patch) | |
| tree | c937faadb220ee706000172c8045b9a06ac9533c /FisheyeGallery.php | |
| parent | 3ae304731ea9581e8fe81ff94400897dc160bdd5 (diff) | |
| download | fisheye-1cc76c91e27554d9f3f2acd37a0c54c1c3764b33.tar.gz fisheye-1cc76c91e27554d9f3f2acd37a0c54c1c3764b33.tar.bz2 fisheye-1cc76c91e27554d9f3f2acd37a0c54c1c3764b33.zip | |
Default navigation elements should be avatar ( think I switched to icon when applying LM updates )
Diffstat (limited to 'FisheyeGallery.php')
| -rw-r--r-- | FisheyeGallery.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FisheyeGallery.php b/FisheyeGallery.php index 6d7cc49..53a6dea 100644 --- a/FisheyeGallery.php +++ b/FisheyeGallery.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeGallery.php,v 1.76 2008/06/23 21:56:12 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeGallery.php,v 1.77 2008/07/18 14:23:07 lsces Exp $ * @package fisheye */ @@ -158,7 +158,7 @@ class FisheyeGallery extends FisheyeBase { $this->mInfo['previous_image_avatar'] = liberty_fetch_thumbnail_url( array( 'storage_path' => $rows[$i-1]['storage_path'], 'mime_image' => TRUE, - 'size' => 'icon', + 'size' => 'avatar', )); } if( $i + 1 < count( $rows ) ) { @@ -166,7 +166,7 @@ class FisheyeGallery extends FisheyeBase { $this->mInfo['next_image_avatar'] = liberty_fetch_thumbnail_url( array( 'storage_path' => $rows[$i+1]['storage_path'], 'mime_image' => TRUE, - 'size' => 'icon', + 'size' => 'avatar', )); } } |
