';
            $html .= $this->MainHeader();
            $html .= $this->MainSidebar();
            $html .= '
';
                $html .= '
';
                    $html .= renderNotices(getNotices());
                $html .= '
';
                $html .= CONTENT;
            $html .= '
';
            $html .= $this->MainFooter();
            if (!$this->IsMobile()) {
                $html .= $this->ControlSidebar();
            }
        $html .= '