34 : <cfif galleryType EQ 'cat'> <!--- gallery is a 'category', aka client gallery --->
35 : <cfset thisGallery = galleryObj.getGallery(galleryFriendlyName)>
36 : <cfset galleryID = #thisGallery.galleryID#>
37 : <cfset thisGalOpts = galleryObj.getGalleryOptions(galleryFriendlyName, galleryID)>
38 : <cfset thisImages = galleryObj.getAllGalleryImages(galleryFriendlyName, galleryID)>
|