- put letodms version in own container

This commit is contained in:
steinm 2012-12-17 08:44:52 +00:00
parent e53f622d47
commit ab10e32f57

View File

@ -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();