Cheetah
Variables
index.php File Reference

Go to the source code of this file.

Variables

 $oSpy = new ChSpyModule($aModule)
 
global $_page
 
global $_page_cont
 
 $sActivityType = ''
 
if(isset($_GET['spy_type'])) $iIndex = 0
 
 $sPageCaption = _t('_ch_spy_notifications')
 
 $_page ['name_index'] = $iIndex
 
 $_page ['header'] = $sPageCaption
 
 $_page ['header_text'] = $sPageCaption
 
 $_page ['css_name'] = 'spy.css'
 
 $_page_cont [$iIndex]['page_main_code'] = $oSpy->getActivityPage($oSpy->iMemberId, $sActivityType)
 

Variable Documentation

◆ $_page [1/5]

global $_page

Definition at line 15 of file index.php.

◆ $_page [2/5]

$_page[ 'css_name'] = 'spy.css'

Definition at line 40 of file index.php.

◆ $_page [3/5]

$_page[ 'header'] = $sPageCaption

Definition at line 38 of file index.php.

◆ $_page [4/5]

$_page[ 'header_text'] = $sPageCaption

Definition at line 39 of file index.php.

◆ $_page [5/5]

$_page[ 'name_index'] = $iIndex

Definition at line 37 of file index.php.

◆ $_page_cont [1/2]

global $_page_cont

Definition at line 16 of file index.php.

◆ $_page_cont [2/2]

$_page_cont[ $iIndex][ 'page_main_code'] = $oSpy->getActivityPage($oSpy->iMemberId, $sActivityType)

Definition at line 41 of file index.php.

◆ $iIndex

if (isset( $_GET[ 'spy_type'])) $iIndex = 0

Definition at line 32 of file index.php.

◆ $oSpy

$oSpy = new ChSpyModule($aModule)

Definition at line 11 of file index.php.

◆ $sActivityType

$sActivityType = ''

Definition at line 19 of file index.php.

◆ $sPageCaption

$sPageCaption = _t('_ch_spy_notifications')

Definition at line 33 of file index.php.