From e32738065065f257ec662a72fe1dace8ceda232a Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Mon, 25 Jul 2022 16:58:10 +0200 Subject: [PATCH] update index.php --- public_html/deployment/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/public_html/deployment/index.php b/public_html/deployment/index.php index b57dfd06..4a45b7f1 100644 --- a/public_html/deployment/index.php +++ b/public_html/deployment/index.php @@ -104,9 +104,6 @@ if ($oUser->hasPermission('page_'.$sAction)){ $oCLog->add("Finally: rendering page ..."); $sPhpOut = ' - <div id="header" style="display: none;"> - IML DEPLOYMENT GUI - </div> <br> ' . $sTopArea . ' <div id="content"> @@ -114,7 +111,7 @@ $sPhpOut = ' ' . $sPhpOut . ' </div> <div id="footer"> - IML Deployment © 2015-' . date("Y") . ' <a href="https://gitlab.iml.unibe.ch/admins/imldeployment/tree/master" target="_blank">Institut für medizinische Lehre; Universität Bern</a> + '.t("menu-brand").' © 2013-' . date("Y") . ' <a href="https://git-repo.iml.unibe.ch/iml-open-source/imldeployment/" target="_blank">Institut für Medizinische Lehre; Universität Bern</a> </div> '.$oCLog->render(); -- GitLab