set body class and http base url

This commit is contained in:
Uwe Steinmann 2019-02-12 11:15:19 +01:00
parent 698038999c
commit 37a8663a69

View File

@ -37,9 +37,10 @@ class SeedDMS_View_ErrorDlg extends SeedDMS_Bootstrap_Style {
$pagetitle = $this->params['pagetitle'];
$errormsg = $this->params['errormsg'];
$plain = $this->params['plain'];
$settings = $this->params['settings'];
if(!$plain) {
$this->htmlStartPage($pagetitle);
if(!$plain) {
$this->htmlStartPage($pagetitle, 'errorpage', $settings->_httpRoot."out");
$this->globalNavigation();
$this->contentStart();
}