/**
  * loadMainNavigation
  * @author Thomas Schedler <*****@*****.**>   
  * @version 1.0
  */
 public function loadMainNavigation()
 {
     try {
         $this->getModelFolders();
         $this->evaluateRootFolderId();
         $this->objMainNavigation = $this->objModelFolders->loadWebsiteRootNavigation($this->intRootLevelId);
     } catch (Exception $exc) {
         $this->core->logger->err($exc);
     }
 }