CMS  Version 3.9
image_list.inc File Reference

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)
 

Variable Documentation

◆ $gallery

$gallery = new ImageGallery($gallery_id)

Definition at line 44 of file image_list.inc.

◆ $gallery_id

$gallery_id = checkNumeric($_GET["gallery_id"])

Definition at line 37 of file image_list.inc.

◆ $styles

Definition at line 42 of file image_list.inc.

◆ $tabs

Definition at line 41 of file image_list.inc.

◆ $title

$title = "Images in {$gallery->gallery_name}"

Definition at line 46 of file image_list.inc.

◆ $view

$view = new ImageGalleryListView($gallery)

Definition at line 48 of file image_list.inc.