Cheetah
about_us.php
Go to the documentation of this file.
1
<?
php
2
8
require_once(
'inc/header.inc.php'
);
9
require_once( CH_DIRECTORY_PATH_INC .
'design.inc.php'
);
10
11
// --------------- page variables and login
12
13
$_page
[
'name_index'
] = 0;
14
$_page
[
'css_name'
] =
'about_us.css'
;
15
16
check_logged
();
17
18
$_page
[
'header'
] =
_t
(
"_ABOUT_US_H"
);
19
$_page
[
'header_text'
] =
_t
(
'_About Us'
);
20
21
// --------------- page components
22
23
$_ni
=
$_page
[
'name_index'
];
24
$_page_cont
[
$_ni
][
'page_main_code'
] =
PageCompMainCode
();
25
26
// --------------- [END] page components
27
28
PageCode
();
29
30
// --------------- page components functions
31
35
function
PageCompMainCode
()
36
{
37
global
$oTemplConfig
;
38
$ret
=
_t
(
"_ABOUT_US"
);
39
return
DesignBoxContent
(
_t
(
"_About Us"
),
$ret
,
$oTemplConfig
-> PageCompThird_db_num );
40
}
$_ni
$_ni
Definition:
about_us.php:23
check_logged
check_logged()
Definition:
admin.inc.php:238
$_page
$_page['name_index']
Definition:
about_us.php:13
$ret
$ret
Definition:
index.php:39
$_page_cont
$_page_cont[$_ni]['page_main_code']
Definition:
about_us.php:24
php
global
if(!defined("GLOBAL_MODULE")) define("GLOBAL_MODULE" global
Definition:
header.inc.php:25
_t
_t($key, $arg0="", $arg1="", $arg2="")
Definition:
languages.inc.php:509
PageCode
PageCode($oTemplate=null)
Definition:
design.inc.php:91
DesignBoxContent
DesignBoxContent($title, $content, $db_num=0, $caption_item='', $bottom_item='')
Definition:
design.inc.php:78
PageCompMainCode
PageCompMainCode()
Definition:
about_us.php:35
$oTemplConfig
$oTemplConfig
Definition:
params.inc.php:90
Generated by
1.8.20