CMS  Version 3.9
list_images.inc File Reference

Go to the source code of this file.

Variables

 $gallery_id = checkNumeric($_GET["gallery_id"])
 
 $gallery = new ImageGallery($gallery_id)
 
 $list = new ImageListView($gallery->Images(), "javascript:new ImagePicker().selectImage({image_id}, '{title:jsSafe}')")
 

Variable Documentation

◆ $gallery

$gallery = new ImageGallery($gallery_id)

Definition at line 40 of file list_images.inc.

◆ $gallery_id

$gallery_id = checkNumeric($_GET["gallery_id"])

Definition at line 36 of file list_images.inc.

◆ $list

$list = new ImageListView($gallery->Images(), "javascript:new ImagePicker().selectImage({image_id}, '{title:jsSafe}')")

Definition at line 41 of file list_images.inc.