32 $this->_oTemplate->pageStart();
33 echo $this->_aModule[
'title'];
34 $this->_oTemplate->pageCode($this->_aModule[
'title']);
40 $this->_oTemplate->displayAccessDenied ();
44 $this->_oTemplate->pageStart();
46 $iId = $this->_oDb->getSettingsCategory();
48 echo
MsgBox(
_t(
'_sys_request_page_not_found_cpt'));
49 $this->_oTemplate->pageCodeAdmin (
_t(
'_ch_profiler_administration'));
56 if(isset($_POST[
'save']) && isset($_POST[
'cat'])) {
58 $mixedResult =
$oSettings->saveChanges($_POST);
64 if($mixedResult !==
true && !
empty($mixedResult))
70 echo $this->_oTemplate->adminBlock ($this->_oTemplate->parseHtmlByName(
'default_padding',
$aVars),
_t(
'_ch_profiler_administration'));
72 $this->_oTemplate->addCssAdmin (
'main.css');
73 $this->_oTemplate->addCssAdmin (
'forms_adv.css');
74 $this->_oTemplate->pageCodeAdmin (
_t(
'_ch_profiler_administration'));