Cheetah
Variables
admin.php File Reference

Go to the source code of this file.

Variables

 $GLOBALS ['iAdminPage'] = 1
 
global $_page
 
global $_page_cont
 
global $logged
 
 $iIndex = 9
 
 $_page ['name_index'] = $iIndex
 
 $_page ['header'] = _t('_wall_pc_admin')
 
 $_page ['css_name'] = array('forms_adv.css')
 
if(! @isAdmin()) $oWall = new ChWallModule($aModule)
 
 $mixedResultSettings = ''
 
 $_page_cont [$iIndex]['page_main_code'] = DesignBoxAdmin(_t('_wall_bc_settings'), $GLOBALS['oAdmTemplate']->parseHtmlByName('design_box_content.html', array('content' => $oWall->getSettingsForm($mixedResultSettings))))
 

Variable Documentation

◆ $_page [1/4]

global $_page

Definition at line 14 of file admin.php.

◆ $_page [2/4]

$_page[ 'css_name'] = array('forms_adv.css')

Definition at line 23 of file admin.php.

◆ $_page [3/4]

$_page[ 'header'] = _t('_wall_pc_admin')

Definition at line 22 of file admin.php.

◆ $_page [4/4]

$_page[ 'name_index'] = $iIndex

Definition at line 21 of file admin.php.

◆ $_page_cont [1/2]

global $_page_cont

Definition at line 15 of file admin.php.

◆ $_page_cont [2/2]

$_page_cont[ $iIndex][ 'page_main_code'] = DesignBoxAdmin(_t('_wall_bc_settings'), $GLOBALS['oAdmTemplate']->parseHtmlByName('design_box_content.html', array('content' => $oWall->getSettingsForm($mixedResultSettings))))

Definition at line 39 of file admin.php.

◆ $GLOBALS

$GLOBALS[ 'iAdminPage'] = 1

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 8 of file admin.php.

◆ $iIndex

$iIndex = 9

Definition at line 20 of file admin.php.

◆ $logged

global $logged

Definition at line 16 of file admin.php.

◆ $mixedResultSettings

$mixedResultSettings = ''

Definition at line 34 of file admin.php.

◆ $oWall

if (! @isAdmin()) $oWall = new ChWallModule($aModule)

Definition at line 31 of file admin.php.