CMS  Version 3.9
simple_lightbox_view.inc File Reference

Go to the source code of this file.

Variables

 $image_id = checkNumeric($_GET["image_id"])
 
if(! $image_id) else
 
 $gallery = $image->Gallery()
 
if($gallery->image_link_mode=="Lightbox" && $image->related_resource$width = 100
 
 $height = 100
 
 $mgr = new ImageManager()
 
height __pad0__
 
background __pad1__
 

Variable Documentation

◆ $gallery

$gallery = $image->Gallery()

Definition at line 61 of file simple_lightbox_view.inc.

◆ $height

$height = 100

Definition at line 69 of file simple_lightbox_view.inc.

◆ $image_id

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

Definition at line 36 of file simple_lightbox_view.inc.

◆ $mgr

$mgr = new ImageManager()

Definition at line 70 of file simple_lightbox_view.inc.

◆ $width

if ( $gallery->image_link_mode=="Lightbox" &&$image->related_resource) $width = 100

Definition at line 68 of file simple_lightbox_view.inc.

◆ __pad0__

height __pad0__

Definition at line 73 of file simple_lightbox_view.inc.

◆ __pad1__

background __pad1__

Definition at line 73 of file simple_lightbox_view.inc.

◆ else

if (! $image_id) else
Initial value:

Definition at line 56 of file simple_lightbox_view.inc.