Ejemplo n.º 1
0
 public function buildContent()
 {
     $navigation = AdminPageNavigation::inst();
     $PARAMS['mode'] = self::MODE_TABLES_LIST;
     foreach (ConfigIni::getAllowedScopes() as $scope) {
         $PARAMS['data']["{$scope}.ini"] = ConfigIni::getIniContent($scope);
     }
     $navigation->setCurrent('Настройки');
     echo $this->getFoldedEntity()->fetchTpl($PARAMS);
 }