From 846e8d490eabda6277d11aca0ed1845ca8626512 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 22 Jun 2021 09:59:17 +0200 Subject: [PATCH] remove output of favicon in global navigation, add logo in global nav --- views/bootstrap/class.Bootstrap.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 935aaff02..02bd060ac 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -285,6 +285,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; echo "
\n"; echo " \n"; @@ -303,8 +304,6 @@ background-image: linear-gradient(to bottom, #882222, #111111);; echo " \n"; echo " \n"; echo " \n"; - if(!empty($this->extraheader['favicon'])) - echo $this->extraheader['favicon']; echo " params['dms']->getRootFolder()->getId()."\">".(!empty($this->extraheader['logo']) ? '' : '').""; echo " params['dms']->getRootFolder()->getId()."\">".(strlen($this->params['sitename'])>0 ? $this->params['sitename'] : "SeedDMS")."\n";