![]() |
CMS
Version 3.9
|
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}')") | |
$gallery = new ImageGallery($gallery_id) |
Definition at line 40 of file list_images.inc.
$gallery_id = checkNumeric($_GET["gallery_id"]) |
Definition at line 36 of file list_images.inc.
$list = new ImageListView($gallery->Images(), "javascript:new ImagePicker().selectImage({image_id}, '{title:jsSafe}')") |
Definition at line 41 of file list_images.inc.