![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Images" | |
$gallery_id = checkNumeric($_GET["gallery_id"]) | |
$tabs = imageGalleryTabs($gallery_id) | |
$gallery = new ImageGallery($gallery_id) | |
$title = "Images in {$gallery->gallery_name}" | |
$view = new ImageGalleryListView($gallery) | |
$gallery = new ImageGallery($gallery_id) |
Definition at line 49 of file image_list.inc.
$gallery_id = checkNumeric($_GET["gallery_id"]) |
Definition at line 43 of file image_list.inc.
$menu_item = "Images" |
Definition at line 39 of file image_list.inc.
$tabs = imageGalleryTabs($gallery_id) |
Definition at line 47 of file image_list.inc.
$title = "Images in {$gallery->gallery_name}" |
Definition at line 51 of file image_list.inc.
$view = new ImageGalleryListView($gallery) |
Definition at line 53 of file image_list.inc.