Cheetah
Classes | Variables
design.php File Reference

Go to the source code of this file.

Classes

class  ChWsbOrcaForumsTemplate
 
class  ChWsbOrcaForumsIndex
 
class  ChWsbOrcaForumsHome
 

Variables

global $_page
 
global $glHeader = substr ($sCheetahDesign, 0, $iPos) . $sEditor
 
global $glFooter = substr ($sCheetahDesign, $iPos + 6 - strlen($sCheetahDesign))
 
global $logged
 
global $_ni = $_page['name_index']
 
 $GLOBALS ['name_index'] = $_page['name_index'] = 55
 
 $_page ['header'] = $gConf['def_title']
 
 $_page ['header_text'] = $gConf['def_title']
 
 $_page_cont [$_ni]['page_main_code'] = '-=++=-'
 
global $gConf
 
 $sCssPathUrl = ch_ltrim_str($gConf['url']['css'], CH_WSB_URL_ROOT)
 
 $sCssPathDir = ch_ltrim_str("{$gConf['dir']['layouts']}{$gConf['skin']}/css/", CH_DIRECTORY_PATH_ROOT)
 
 $sJsPathUrl = ch_ltrim_str($gConf['url']['js'], CH_WSB_URL_ROOT)
 
 $sJsPathDir = ch_ltrim_str($gConf['dir']['js'], CH_DIRECTORY_PATH_ROOT)
 
 $GLOBALS ['ChWsbTemplateInjections']['page_'. $_ni]['injection_body'][] = array('type' => 'text', 'data' => 'id="body" onload="if(!document.body) { document.body = document.getElementById(\'body\'); }; h = new ChHistory(\'' . $gConf['url']['base'] . '\'); document.h = h; return h.init(\'h\'); "')
 
if(CH_ORCA_INTEGRATION=='cheetah') if(isLogged()) $sAction = ch_get('action')
 
 $sCheetahDesign = ob_get_clean()
 
 $iPos = strpos($sCheetahDesign, '-=++=-')
 
 $glIndexBegin = ''
 
 $glIndexEnd = ''
 

Variable Documentation

◆ $_ni

$_ni = $_page['name_index']

Definition at line 85 of file design.php.

◆ $_page [1/3]

global $_page

Definition at line 85 of file design.php.

◆ $_page [2/3]

$_page[ 'header'] = $gConf['def_title']

Definition at line 89 of file design.php.

◆ $_page [3/3]

$_page[ 'header_text'] = $gConf['def_title']

Definition at line 90 of file design.php.

◆ $_page_cont

$_page_cont[ $_ni][ 'page_main_code'] = '-=++=-'

Definition at line 93 of file design.php.

◆ $gConf

global $gConf

Definition at line 95 of file design.php.

◆ $glFooter

$glFooter = substr ($sCheetahDesign, $iPos + 6 - strlen($sCheetahDesign))

Definition at line 85 of file design.php.

◆ $glHeader

$glHeader = substr ($sCheetahDesign, 0, $iPos) . $sEditor

Definition at line 85 of file design.php.

◆ $glIndexBegin

$glIndexBegin = ''

Definition at line 160 of file design.php.

◆ $glIndexEnd

$glIndexEnd = ''

Definition at line 161 of file design.php.

◆ $GLOBALS [1/2]

$GLOBALS[ 'ChWsbTemplateInjections'][ 'page_'. $_ni][ 'injection_body'][] = array('type' => 'text', 'data' => 'id="body" onload="if(!document.body) { document.body = document.getElementById(\'body\'); }; h = new ChHistory(\'' . $gConf['url']['base'] . '\'); document.h = h; return h.init(\'h\'); "')

Definition at line 115 of file design.php.

◆ $GLOBALS [2/2]

$GLOBALS[ 'name_index'] = $_page['name_index'] = 55

Definition at line 87 of file design.php.

◆ $iPos

$iPos = strpos($sCheetahDesign, '-=++=-')

Definition at line 157 of file design.php.

◆ $logged

global $logged

Definition at line 85 of file design.php.

◆ $sAction

if (CH_ORCA_INTEGRATION=='cheetah') if (isLogged()) $sAction = ch_get('action')

Definition at line 142 of file design.php.

◆ $sCheetahDesign

$sCheetahDesign = ob_get_clean()

Definition at line 155 of file design.php.

◆ $sCssPathDir

$sCssPathDir = ch_ltrim_str("{$gConf['dir']['layouts']}{$gConf['skin']}/css/", CH_DIRECTORY_PATH_ROOT)

Definition at line 98 of file design.php.

◆ $sCssPathUrl

$sCssPathUrl = ch_ltrim_str($gConf['url']['css'], CH_WSB_URL_ROOT)

Definition at line 97 of file design.php.

◆ $sJsPathDir

$sJsPathDir = ch_ltrim_str($gConf['dir']['js'], CH_DIRECTORY_PATH_ROOT)

Definition at line 102 of file design.php.

◆ $sJsPathUrl

$sJsPathUrl = ch_ltrim_str($gConf['url']['js'], CH_WSB_URL_ROOT)

Definition at line 101 of file design.php.