mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
- put letodms version in own container
This commit is contained in:
parent
e53f622d47
commit
ab10e32f57
|
@ -36,10 +36,13 @@ class LetoDMS_View_Info extends LetoDMS_Bootstrap_Style {
|
|||
$user = $this->params['user'];
|
||||
$version = $this->params['version'];
|
||||
|
||||
$this->htmlStartPage($version->banner());
|
||||
$this->htmlStartPage(getMLText("admin_tools"));
|
||||
$this->globalNavigation();
|
||||
$this->contentStart();
|
||||
$this->pageNavigation($version->banner());
|
||||
$this->pageNavigation(getMLText("admin_tools"), "admin_tools");
|
||||
$this->contentContainerStart();
|
||||
echo $version->banner();
|
||||
$this->contentContainerEnd();
|
||||
$this->contentContainerStart();
|
||||
phpinfo();
|
||||
$this->contentContainerEnd();
|
||||
|
|
Loading…
Reference in New Issue
Block a user