CMS  Version 3.9
image_list.inc File Reference

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)
 

Variable Documentation

◆ $gallery

$gallery = new ImageGallery($gallery_id)

Definition at line 49 of file image_list.inc.

◆ $gallery_id

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

Definition at line 43 of file image_list.inc.

◆ $menu_item

$menu_item = "Images"

Definition at line 39 of file image_list.inc.

◆ $tabs

Definition at line 47 of file image_list.inc.

◆ $title

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

Definition at line 51 of file image_list.inc.

◆ $view

$view = new ImageGalleryListView($gallery)

Definition at line 53 of file image_list.inc.