Cheetah
Functions | Variables
change_status.php File Reference

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)
 

Function Documentation

◆ PageCompPageMainCode()

PageCompPageMainCode (   $iLoggedID)

page code function

Definition at line 79 of file change_status.php.

Variable Documentation

◆ $_ni

$_ni = $_page['name_index']

Definition at line 67 of file change_status.php.

◆ $_page [1/3]

$_page[ 'header'] = _t( "_CHANGE_STATUS_H" )

Definition at line 62 of file change_status.php.

◆ $_page [2/3]

$_page[ 'header_text'] = _t( "_CHANGE_STATUS_H1", $site['title'] )

Definition at line 63 of file change_status.php.

◆ $_page [3/3]

if ( $sAction!==false &&$sAction=='get_prof_comment_block') $_page[ 'name_index'] = 36

Definition at line 58 of file change_status.php.

◆ $_page_cont

$_page_cont[ $_ni][ 'page_main_code'] = PageCompPageMainCode($iLoggedID)

Definition at line 68 of file change_status.php.

◆ $iLoggedID

$iLoggedID = getLoggedId()

Definition at line 14 of file change_status.php.

◆ $logged

$logged[ 'member'] = member_auth(0)

Definition at line 60 of file change_status.php.

◆ $sAction

if (isset( $_GET[ 'action']) &&$_GET[ 'action']=='get_prof_status_mess') $sAction = ch_get('action')

Definition at line 25 of file change_status.php.