mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
set body class and http base url
This commit is contained in:
parent
698038999c
commit
37a8663a69
|
@ -37,9 +37,10 @@ class SeedDMS_View_ErrorDlg extends SeedDMS_Bootstrap_Style {
|
||||||
$pagetitle = $this->params['pagetitle'];
|
$pagetitle = $this->params['pagetitle'];
|
||||||
$errormsg = $this->params['errormsg'];
|
$errormsg = $this->params['errormsg'];
|
||||||
$plain = $this->params['plain'];
|
$plain = $this->params['plain'];
|
||||||
|
$settings = $this->params['settings'];
|
||||||
|
|
||||||
if(!$plain) {
|
if(!$plain) {
|
||||||
$this->htmlStartPage($pagetitle);
|
$this->htmlStartPage($pagetitle, 'errorpage', $settings->_httpRoot."out");
|
||||||
$this->globalNavigation();
|
$this->globalNavigation();
|
||||||
$this->contentStart();
|
$this->contentStart();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user