CMS  Version 3.9
images.inc File Reference

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
 

Variable Documentation

◆ $count

$count = 0

Definition at line 47 of file images.inc.

◆ $gallery

$gallery = new ImageGallery($gallery_id)

Definition at line 41 of file images.inc.

◆ $gallery_id

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

Definition at line 37 of file images.inc.

◆ $grid

$grid = new ImageListView($images, "image_form?gallery_id={gallery_id}&image_id={image_id}")

Definition at line 51 of file images.inc.

◆ $images

$images = $gallery->Images("ORDER BY title")

Definition at line 42 of file images.inc.

◆ $script

Definition at line 54 of file images.inc.

◆ $styles

Definition at line 45 of file images.inc.

◆ $tabs

Definition at line 44 of file images.inc.

◆ else

if (count( $images) > 0) else
Initial value:
{
echo "<p style=\"margin: 8px\"><br/><i>No images have been added to this gallery</i></p>\n"

Definition at line 62 of file images.inc.

◆ page_title

$page page_title = "Images in {$gallery->gallery_name}"

Definition at line 49 of file images.inc.