Go to the documentation of this file.
25 if (is_array($mixedFiles))
26 $this->_aMobileJs = array_merge($this->_aMobileJs, $mixedFiles);
28 $this->_aMobileJs[] = $mixedFiles;
33 if (is_array($mixedFiles))
34 $this->_aMobileCss = array_merge($this->_aMobileCss, $mixedFiles);
36 $this->_aMobileCss[] = $mixedFiles;
44 $GLOBALS[
'ChWsbTemplateJs'] = array ();
45 $GLOBALS[
'ChWsbTemplateCss'] = array ();
46 $this->
addCss($this->_aMobileCss);
47 $this->
addJs($this->_aMobileJs);
81 header(
"HTTP/1.0 404 Not Found");
82 $this->
displayMsg(
_t(
'_sys_request_page_not_found_cpt'));
</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)
pageEnd($isGetContent=true)
ch_import($sClassName, $aModule=array())
$_page_cont[$_ni]['page_main_code']
addCss($mixedFiles, $bDynamic=false)
displayAccessDenied($sCaption=false)
_t($key, $arg0="", $arg1="", $arg2="")
PageCode($oTemplate=null)
addMobileCss($mixedFiles)
pageCode($sTitle, $isDesignBox=true, $isWrap=true)
addJs($mixedFiles, $bDynamic=false)
displayNoData($sCaption=false)
displayMsg($sMsg, $bTranslateMsg=false, $sTitle=false)
parseHtmlByName($sName, $aVariables, $mixedKeyWrapperHtml=null, $sCheckIn=CH_WSB_TEMPLATE_CHECK_IN_BOTH)