XOOPS  2.6.0
image.php File Reference

Go to the source code of this file.

Namespaces

 Images
 

Variables

 $helper = Xoops\Module\Helper::getHelper('images')
 
if(empty($image_id)) $image = $helper->getHandlerImages()->getById($image_id)
 
 $image_id = Request::getInt('id', 0)
 
 $xoops = Xoops::getInstance()
 
if(count($image)!=0) else
 

Variable Documentation

$helper = Xoops\Module\Helper::getHelper('images')

Definition at line 28 of file image.php.

Referenced by ImagesImageForm\__construct().

$image_id = Request::getInt('id', 0)

Definition at line 30 of file image.php.

Referenced by ImagesImageHandler\getById().

if (count($image)!=0) else
Initial value:
{
header('Content-type: image/gif')

Definition at line 47 of file image.php.