![]() |
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 = imageGalleryTabs($gallery_id) | |
$menu_item = "Images" | |
$count = 0 | |
$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 |
return | false |
Rescan</a > & | nbsp |
$count = 0 |
Definition at line 52 of file images.inc.
$gallery = new ImageGallery($gallery_id) |
Definition at line 45 of file images.inc.
$gallery_id = checkNumeric($_GET["gallery_id"]) |
Definition at line 41 of file images.inc.
$grid = new ImageListView($images, "image_form?gallery_id={gallery_id}&image_id={image_id}") |
Definition at line 56 of file images.inc.
$images = $gallery->Images("ORDER BY title") |
Definition at line 46 of file images.inc.
$menu_item = "Images" |
Definition at line 50 of file images.inc.
$script = ImageListView::writeResizeScript() |
Definition at line 59 of file images.inc.
$tabs = imageGalleryTabs($gallery_id) |
Definition at line 48 of file images.inc.
$title = "Images in {$gallery->gallery_name}" |
Definition at line 54 of file images.inc.
if (count( $images) > 0) else |
Definition at line 67 of file images.inc.
return false |
Definition at line 77 of file images.inc.
& nbsp |
Definition at line 78 of file images.inc.