Cheetah
Variables
constants.inc.php File Reference

Go to the source code of this file.

Variables

if(!defined("IMAGE_EXTENSION")) define("IMAGE_EXTENSION" jpg
 
if(!defined("THUMB_FILE_NAME")) define("THUMB_FILE_NAME" _small
 
 $aInfo
 
 $aModules
 

Variable Documentation

◆ $aInfo

$aInfo
Initial value:
= array(
'mode' => "as3",
'title' => "Photo Shooter",
'version' => "7.2.0000",
'code' => "photo_7.2.0000",
'author' => "Cheetah",
'authorUrl' => "https://www.cheetahwsb.com"
)

Definition at line 11 of file constants.inc.php.

◆ $aModules

$aModules
Initial value:
= array(
'shooter' => array(
'caption' => 'Photo Shooter',
'parameters' => array('id', 'extra'),
'js' => array(),
'inline' => true,
'vResizable' => false,
'hResizable' => false,
'reloadable' => true,
'layout' => array('top' => 0, 'left' => 0, 'width' => 400, 'height' => 300),
'minSize' => array('width' => 250, 'height' => 230),
'div' => array(
'style' => array('text-align' => 'center')
)
)
)

Definition at line 19 of file constants.inc.php.

◆ _small

if (!defined("THUMB_FILE_NAME")) define("THUMB_FILE_NAME" _small

Definition at line 9 of file constants.inc.php.

◆ jpg

if (!defined("IMAGE_EXTENSION")) define("IMAGE_EXTENSION" jpg

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 8 of file constants.inc.php.