Cheetah
params.php
Go to the documentation of this file.
1 <?php
2 
8 if( isset($_REQUEST['gConf']) ) die; // globals hack prevention
9 
10 $gConf['dir']['xsl'] = $gConf['dir']['layouts'] . 'base/xsl/'; // xsl dir
11 
12 $gConf['url']['icon'] = $gConf['url']['layouts'] . 'base/icons/'; // icons url
13 $gConf['url']['img'] = $gConf['url']['layouts'] . 'base/img/'; // img url
14 $gConf['url']['css'] = $gConf['url']['layouts'] . 'base/css/'; // css url
15 $gConf['url']['xsl'] = $gConf['url']['layouts'] . 'base/xsl/'; // xsl url
php
$_REQUEST
$_REQUEST['action']
Definition: cmd.php:11
$gConf
$gConf['dir']['xsl']
Definition: params.php:10