Skip to content
Snippets Groups Projects
Commit e3273806 authored by hahn's avatar hahn
Browse files

update index.php

parent 81e75251
Branches
No related tags found
1 merge request!195534 add docker
...@@ -104,9 +104,6 @@ if ($oUser->hasPermission('page_'.$sAction)){ ...@@ -104,9 +104,6 @@ if ($oUser->hasPermission('page_'.$sAction)){
$oCLog->add("Finally: rendering page ..."); $oCLog->add("Finally: rendering page ...");
$sPhpOut = ' $sPhpOut = '
<div id="header" style="display: none;">
IML DEPLOYMENT GUI
</div>
<br> <br>
' . $sTopArea . ' ' . $sTopArea . '
<div id="content"> <div id="content">
...@@ -114,7 +111,7 @@ $sPhpOut = ' ...@@ -114,7 +111,7 @@ $sPhpOut = '
' . $sPhpOut . ' ' . $sPhpOut . '
</div> </div>
<div id="footer"> <div id="footer">
IML Deployment &copy; 2015-' . date("Y") . ' <a href="https://gitlab.iml.unibe.ch/admins/imldeployment/tree/master" target="_blank">Institut f&uuml;r medizinische Lehre; Universit&auml;t Bern</a> '.t("menu-brand").' &copy; 2013-' . date("Y") . ' <a href="https://git-repo.iml.unibe.ch/iml-open-source/imldeployment/" target="_blank">Institut f&uuml;r Medizinische Lehre; Universit&auml;t Bern</a>
</div> </div>
'.$oCLog->render(); '.$oCLog->render();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment