Cheetah
terms_of_use.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
require_once( CH_DIRECTORY_PATH_INC .
'profiles.inc.php'
);
11
12
// --------------- page variables and login
13
$_page
[
'name_index'
] = 18;
14
15
check_logged
();
16
17
$_page
[
'header'
] =
_t
(
"_TERMS_OF_USE_H"
);
18
$_page
[
'header_text'
] =
_t
(
"_TERMS_OF_USE_H1"
);
19
// --------------- page components
20
21
$_ni
=
$_page
[
'name_index'
];
22
$_page_cont
[
$_ni
][
'page_main_code'
] =
PageCompPageMainCode
();
23
// --------------- [END] page components
24
25
PageCode
();
26
27
// --------------- page components functions
28
32
function
PageCompPageMainCode
()
33
{
34
global
$oTemplConfig
,
$site
;
35
return
DesignBoxContent
(
_t
(
"_TERMS_OF_USE_H1"
),
_t
(
"_TERMS_OF_USE"
,
$site
[
'title'
], CH_WSB_URL_ROOT),
$oTemplConfig
-> PageCompThird_db_num);
36
}
check_logged
check_logged()
Definition:
admin.inc.php:238
$_page_cont
$_page_cont[$_ni]['page_main_code']
Definition:
terms_of_use.php:22
php
PageCompPageMainCode
PageCompPageMainCode()
Definition:
terms_of_use.php:32
$site
$site['ver']
Definition:
version.inc.php:8
$_ni
$_ni
Definition:
terms_of_use.php:21
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
$_page
$_page['name_index']
Definition:
terms_of_use.php:13
DesignBoxContent
DesignBoxContent($title, $content, $db_num=0, $caption_item='', $bottom_item='')
Definition:
design.inc.php:78
$oTemplConfig
$oTemplConfig
Definition:
params.inc.php:90
Generated by
1.8.20