25 $oAuthUser =
oxNew(
'oxuser');
26 $oAuthUser->loadAdminUser();
27 $this->_aViewData[
"blIsMallAdmin"] = $oAuthUser->oxuser__oxrights->value ==
"malladmin";
29 $blShowUpdateViews = $this->
getConfig()->getConfigParam(
'blShowUpdateViews');
30 $this->_aViewData[
'showViewUpdate'] = (isset($blShowUpdateViews) && !$blShowUpdateViews) ?
false :
true;
32 return "tools_main.tpl";