Cheetah
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
templates
tmpl_uni
scripts
ChTemplConfig.php
Go to the documentation of this file.
1
<?
php
2
8
require_once( CH_DIRECTORY_PATH_BASE .
'scripts/ChBaseConfig.php'
);
9
10
/***
11
template variables
12
***/
13
14
// path to the images used in the template
15
$site
[
'images'
] =
$site
[
'url'
] .
"templates/tmpl_{$GLOBALS['tmpl']}/images/"
;
16
$site
[
'zodiac'
] =
$site
[
'url'
] .
"templates/base/images/zodiac/"
;
17
$site
[
'icons'
] =
$site
[
'images'
] .
"icons/"
;
18
$site
[
'css_dir'
]=
"templates/tmpl_{$GLOBALS['tmpl']}/css/"
;
19
20
class
ChTemplConfig
extends
ChBaseConfig
21
{
22
function
__construct
(
$site
)
23
{
24
parent::__construct(
$site
);
25
}
26
}
php
$site
$site['images']
Definition:
ChTemplConfig.php:15
ChTemplConfig\__construct
__construct($site)
Definition:
ChTemplConfig.php:22
ChTemplConfig
Definition:
ChTemplConfig.php:21
ChBaseConfig
Definition:
ChBaseConfig.php:9
Generated by
1.8.20