Cheetah
modules
cheetah
forum
layout
uni
params.php
Go to the documentation of this file.
1
<?
php
2
8
if
( isset(
$_REQUEST
[
'gConf'
]) ) die;
// globals hack prevention
9
require_once (
$gConf
[
'dir'
][
'layouts'
] .
'base/params.php'
);
10
11
$gConf
[
'dir'
][
'xsl'
] =
$gConf
[
'dir'
][
'layouts'
] .
'uni/xsl/'
;
// xsl dir
12
13
$gConf
[
'url'
][
'css'
] =
$gConf
[
'url'
][
'layouts'
] .
'uni/css/'
;
// css url
14
$gConf
[
'url'
][
'xsl'
] =
$gConf
[
'url'
][
'layouts'
] .
'uni/xsl/'
;
// xsl url
php
$_REQUEST
$_REQUEST['action']
Definition:
cmd.php:11
$gConf
$gConf['dir']['xsl']
Definition:
params.php:10
Generated by
1.8.20