function __construct()
 {
     parent::__construct();
     $this->_loaded = false;
     $this->_feuAction = false;
     $this->_feuAccess = -1;
     $this->_feuGroups = false;
 }
 function __construct()
 {
     parent::__construct();
     $this->_contentBlocks = array();
     $this->_contentBlocksLoaded = false;
     $this->_feuAction = false;
     $this->_feuAccess = -1;
     $this->_feuGroups = false;
     global $CMS_ADMIN_PAGE;
     $this->_cms_access = isset($CMS_ADMIN_PAGE) && $CMS_ADMIN_PAGE == 1 ? 'backend' : 'frontend';
 }