Go to the documentation of this file.
23 $GLOBALS[
'oAdmTemplate']->addDynamicLocation($this->_oConfig->getHomePath(), $this->_oConfig->getHomeUrl());
44 return parent::parseHtmlByName (
$sName . (strlen(
$sName) < 6 || substr_compare(
$sName,
'.html', -5, 5) !== 0 ?
'.html' :
''), $aVariables);
67 $GLOBALS[
'oSysTemplate']->addDynamicLocation($this->_oConfig->getHomePath(), $this->_oConfig->getHomeUrl());
79 if($sHeader ==
'') $sHeader =
$sTitle;
81 $_page[
'header'] = $sHeader ? $sHeader :
$GLOBALS[
'site'][
'title'];
92 $GLOBALS[
'oSysTemplate']->addDynamicLocation($this->_oConfig->getHomePath(), $this->_oConfig->getHomeUrl());
121 return $this->
_parseAnything (
$s,
',', CH_WSB_URL_ROOT . $this->_oConfig->getBaseUri() .
'browse/tag/');
136 $this->
pageCode (
_t(
'_Access denied'),
true,
false);
150 $this->
pageCode (
_t(
'_Error Occured'),
true,
false);
155 header(
"HTTP/1.0 404 Not Found");
157 echo
MsgBox(
_t(
'_sys_request_page_not_found_cpt'));
158 $this->
pageCode (
_t(
'_sys_request_page_not_found_cpt'),
true,
false);
</code > Be careful enabling this directive if you have a redirector script that does not use the< code > Location</code > HTTP header
__construct(&$oConfig, &$oDb, $sRootPath=CH_DIRECTORY_PATH_ROOT, $sRootUrl=CH_WSB_URL_ROOT)
MsgBox($sText, $iTimer=0)
pageEnd($isGetContent=true)
ch_import($sClassName, $aModule=array())
$_page_cont[$_ni]['page_main_code']
displayMsg($s, $isTranslate=false)
pageCodeWithHeader($sTitle, $sHeader='', $isDesignBox=true, $isWrap=true)
DesignBoxAdmin($sTitle, $sContent, $mixedTopItems='', $sBottomItems='', $iIndex=1)
const CH_WSB_TEMPLATE_CHECK_IN_BOTH
PageCodeAdmin($oTemplate=null)
_t($key, $arg0="", $arg1="", $arg2="")
pageCode($sTitle, $isDesignBox=true, $isWrap=true)
PageCode($oTemplate=null)
adminBlock($sContent, $sTitle, $aMenu=array(), $sBottomItems='', $iIndex=1)
parseHtmlByName($sName, $aVariables, $mixedKeyWrapperHtml=null, $sCheckIn=CH_WSB_TEMPLATE_CHECK_IN_BOTH)
Attr AllowedRel this is empty
_parseAnything($s, $sDiv, $sLinkStart, $sClassName='')