Cheetah
Functions | Variables
emaillog.php File Reference

Go to the source code of this file.

Functions

 mainFunc ()
 
 getLog ()
 
 getSettings ()
 

Variables

 $logged ['admin'] = member_auth(1, true, true)
 
 $iNameIndex = 3
 
 $_page
 
else $sMode = $_GET['mode']
 
 $aTopItems = array()
 
 $aTopItems ['log']
 
 $aTopItems ['settings']
 
 $_page_cont [$iNameIndex]['page_main_code'] = mainFunc()
 

Function Documentation

◆ getLog()

getLog ( )

Definition at line 65 of file emaillog.php.

◆ getSettings()

getSettings ( )

Definition at line 99 of file emaillog.php.

◆ mainFunc()

mainFunc ( )

Definition at line 51 of file emaillog.php.

Variable Documentation

◆ $_page

$_page
Initial value:
= array(
'name_index' => $iNameIndex,
'css_name' => array(),
'js_name' => array(),
'header' => _t('_adm_txt_emaillog'),
'header_text' => _t('_adm_txt_emaillog'),
)

Definition at line 21 of file emaillog.php.

◆ $_page_cont

$_page_cont[ $iNameIndex][ 'page_main_code'] = mainFunc()

Definition at line 47 of file emaillog.php.

◆ $aTopItems [1/3]

$aTopItems = array()

Definition at line 34 of file emaillog.php.

◆ $aTopItems [2/3]

$aTopItems[ 'log']
Initial value:
= array(
'href' => 'emaillog.php',
'title' => _t('_adm_txt_emaillog_log'),
'active' => '' == $sMode ? 1 : 0
)

Definition at line 35 of file emaillog.php.

◆ $aTopItems [3/3]

$aTopItems[ 'settings']
Initial value:
= array(
'href' => 'emaillog.php?mode=settings',
'title' => _t('_adm_txt_emaillog_settings'),
'active' => 'settings' == $sMode ? 1 : 0
)

Definition at line 40 of file emaillog.php.

◆ $iNameIndex

$iNameIndex = 3

Definition at line 20 of file emaillog.php.

◆ $logged

$logged[ 'admin'] = member_auth(1, true, true)

Definition at line 17 of file emaillog.php.

◆ $sMode

else $sMode = $_GET['mode']

Definition at line 32 of file emaillog.php.

$sMode
else $sMode
Definition: emaillog.php:32
_t
_t($key, $arg0="", $arg1="", $arg2="")
Definition: languages.inc.php:509
$iNameIndex
$iNameIndex
Definition: emaillog.php:20