From 9da3896fd732c62f039a41146d891e9784870713 Mon Sep 17 00:00:00 2001 From: Armanveer Gill Date: Tue, 14 Jan 2025 08:57:14 -0500 Subject: [PATCH] Fix UI theme --- common.inc.php | 8 +++++--- theme/new_default/sfiab.css | 30 ++++++++++++++++-------------- theme/new_default/theme.php | 2 +- 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/common.inc.php b/common.inc.php index 80ac2d28..393c3567 100644 --- a/common.inc.php +++ b/common.inc.php @@ -396,9 +396,10 @@ function send_header($title="", $nav=null, $icon=null, $titletranslated=false) + <? //if($title && !$titletranslated) echo i18n($title); else if($title) echo $title; else echo i18n($config['fairname']); ?> - + @@ -409,7 +410,7 @@ function send_header($title="", $nav=null, $icon=null, $titletranslated=false) - +