CMS  Version 3.9
get_scaled_size.inc File Reference

Go to the source code of this file.

Variables

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

Variable Documentation

◆ $height

$height = 100

Definition at line 61 of file get_scaled_size.inc.

◆ $image_id

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

Definition at line 36 of file get_scaled_size.inc.

◆ $mgr

$mgr = new ImageManager()

Definition at line 62 of file get_scaled_size.inc.

◆ $size

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

Definition at line 37 of file get_scaled_size.inc.

◆ $width

$width = 100

Definition at line 60 of file get_scaled_size.inc.

◆ else

if (! $image_id) else
Initial value:

Definition at line 55 of file get_scaled_size.inc.