![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$gallery_id = checkNumeric($_GET["gallery_id"]) | |
$gallery = new ImageGallery($gallery_id) | |
$images = $gallery->Images("ORDER BY title") | |
$tabs = ImageManager::imageGalleryTabs($gallery_id) | |
$styles = ImageManager::getStyles() | |
$count = 0 | |
$page | page_title = "Images in {$gallery->gallery_name}" |
$grid = new ImageListView($images, "image_form?gallery_id={gallery_id}&image_id={image_id}") | |
$script = ImageListView::writeResizeScript() | |
if(count($images) > 0) | else |
$count = 0 |
Definition at line 47 of file images.inc.
$gallery = new ImageGallery($gallery_id) |
Definition at line 41 of file images.inc.
$gallery_id = checkNumeric($_GET["gallery_id"]) |
Definition at line 37 of file images.inc.
$grid = new ImageListView($images, "image_form?gallery_id={gallery_id}&image_id={image_id}") |
Definition at line 51 of file images.inc.
$images = $gallery->Images("ORDER BY title") |
Definition at line 42 of file images.inc.
$script = ImageListView::writeResizeScript() |
Definition at line 54 of file images.inc.
Definition at line 45 of file images.inc.
$tabs = ImageManager::imageGalleryTabs($gallery_id) |
Definition at line 44 of file images.inc.
if (count( $images) > 0) else |
Definition at line 62 of file images.inc.
$page page_title = "Images in {$gallery->gallery_name}" |
Definition at line 49 of file images.inc.