Cheetah
constants.inc.php
Go to the documentation of this file.
1 <?php
2 
8 if(!defined("IMAGE_EXTENSION")) define("IMAGE_EXTENSION", ".jpg");
9 if(!defined("THUMB_FILE_NAME")) define("THUMB_FILE_NAME", "_small");
10 
11 $aInfo = array(
12  'mode' => "as3",
13  'title' => "Photo Shooter",
14  'version' => "7.2.0000",
15  'code' => "photo_7.2.0000",
16  'author' => "Cheetah",
17  'authorUrl' => "https://www.cheetahwsb.com"
18 );
19 $aModules = array(
20  'shooter' => array(
21  'caption' => 'Photo Shooter',
22  'parameters' => array('id', 'extra'),
23  'js' => array(),
24  'inline' => true,
25  'vResizable' => false,
26  'hResizable' => false,
27  'reloadable' => true,
28  'layout' => array('top' => 0, 'left' => 0, 'width' => 400, 'height' => 300),
29  'minSize' => array('width' => 250, 'height' => 230),
30  'div' => array(
31  'style' => array('text-align' => 'center')
32  )
33  )
34 );
php
$aInfo
$aInfo
Definition: constants.inc.php:21
$aModules
$aModules
Definition: constants.inc.php:29