Cheetah
|
Go to the source code of this file.
Functions | |
PageCompPageMainCode ($iLoggedID) | |
Variables | |
$iLoggedID = getLoggedId() | |
if(isset($_GET['action']) && $_GET['action']=='get_prof_status_mess') | $sAction = ch_get('action') |
if($sAction!==false && $sAction=='get_prof_comment_block') | $_page ['name_index'] = 36 |
$logged ['member'] = member_auth(0) | |
$_page ['header'] = _t( "_CHANGE_STATUS_H" ) | |
$_page ['header_text'] = _t( "_CHANGE_STATUS_H1", $site['title'] ) | |
$_ni = $_page['name_index'] | |
$_page_cont [$_ni]['page_main_code'] = PageCompPageMainCode($iLoggedID) | |
PageCompPageMainCode | ( | $iLoggedID | ) |
page code function
Definition at line 79 of file change_status.php.
$_ni = $_page['name_index'] |
Definition at line 67 of file change_status.php.
Definition at line 62 of file change_status.php.
$_page[ 'header_text'] = _t( "_CHANGE_STATUS_H1", $site['title'] ) |
Definition at line 63 of file change_status.php.
Definition at line 58 of file change_status.php.
$_page_cont[ $_ni][ 'page_main_code'] = PageCompPageMainCode($iLoggedID) |
Definition at line 68 of file change_status.php.
$iLoggedID = getLoggedId() |
Definition at line 14 of file change_status.php.
$logged[ 'member'] = member_auth(0) |
Definition at line 60 of file change_status.php.
if (isset( $_GET[ 'action']) &&$_GET[ 'action']=='get_prof_status_mess') $sAction = ch_get('action') |
Definition at line 25 of file change_status.php.