fisheye
[ class tree: fisheye ] [ index: fisheye ] [ all elements ]

Source for file gallery_lookup_inc.php

Documentation is available at gallery_lookup_inc.php

  1. <?php
  2. /**
  3.  * @package fisheye
  4.  * @subpackage functions
  5.  */
  6.  
  7. global $gContent;
  8.  
  9. $lookup array();
  10.  
  11. if!$gContent FisheyeGallery::lookup$_REQUEST ) ) {
  12.     $gContent new FisheyeGallery();
  13.     $galleryId NULL;
  14. }
  15.  
  16. if!empty$_REQUEST['gallery_path') ) {
  17.     $gContent->setGalleryPath$_REQUEST['gallery_path');
  18. elseif$gContent->isValid(&& $parents $gContent->getParentGalleries() ) {
  19.     $gal current$parents );
  20.     $gContent->setGalleryPath'/'.$gal['gallery_id');
  21. }
  22.  
  23. $gBitSmarty->assign_by_ref('gContent'$gContent);
  24. $gBitSmarty->assign_by_ref('galleryId'$gContent->mGalleryId);

Documentation generated on Wed, 29 Jul 2015 13:56:40 +0000 by phpDocumentor 1.5.0-lsces