CMS  Version 3.9
cover.inc File Reference

Go to the source code of this file.

Variables

 $image_id = checkNumeric($_GET["image_id"])
 
 $width = checkNumeric($_GET["width"])
 
 $height = checkNumeric($_GET["height"])
 
 $size = checkNumeric($_GET["size"])
 
if($size) if(! $image_id) $mgr = new ImageManager()
 

Variable Documentation

◆ $height

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

Definition at line 38 of file cover.inc.

◆ $image_id

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

Definition at line 36 of file cover.inc.

◆ $mgr

if ( $size) if (! $image_id) $mgr = new ImageManager()

Definition at line 63 of file cover.inc.

◆ $size

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

Definition at line 39 of file cover.inc.

◆ $width

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

Definition at line 37 of file cover.inc.