![]() |
CMS
Version 3.9
|
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() | |
$height = 100 |
Definition at line 61 of file get_scaled_size.inc.
$image_id = checkNumeric($_GET["image_id"]) |
Definition at line 36 of file get_scaled_size.inc.
$mgr = new ImageManager() |
Definition at line 62 of file get_scaled_size.inc.
$size = checkNumeric($_GET["size"]) |
Definition at line 37 of file get_scaled_size.inc.
$width = 100 |
Definition at line 60 of file get_scaled_size.inc.
if (! $image_id) else |
Definition at line 55 of file get_scaled_size.inc.