![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$gallery_id = checkNumeric($_GET["gallery_id"]) | |
$tabs = ImageManager::imageGalleryTabs($gallery_id) | |
$styles = ImageManager::getStyles() | |
$gallery = new ImageGallery($gallery_id) | |
$title = "Images in {$gallery->gallery_name}" | |
$view = new ImageGalleryListView($gallery) | |
$gallery = new ImageGallery($gallery_id) |
Definition at line 44 of file image_list.inc.
$gallery_id = checkNumeric($_GET["gallery_id"]) |
Definition at line 37 of file image_list.inc.
Definition at line 42 of file image_list.inc.
$tabs = ImageManager::imageGalleryTabs($gallery_id) |
Definition at line 41 of file image_list.inc.
$title = "Images in {$gallery->gallery_name}" |
Definition at line 46 of file image_list.inc.
$view = new ImageGalleryListView($gallery) |
Definition at line 48 of file image_list.inc.