From 4495f0a755c52c76456b51a3347ea42f4fc101a1 Mon Sep 17 00:00:00 2001 From: John BOTELLA Date: Tue, 12 Mar 2019 16:43:09 +0100 Subject: [PATCH] Fix decoration --- htdocs/main.inc.php | 8 ++++++-- htdocs/theme/eldy/dropdown.css.php | 8 +++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 101917fdda8..6234e008221 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1594,7 +1594,10 @@ function top_menu($head, $title = '', $target = '', $disablejs = 0, $disablehead } } - print '
'."\n"; + $loginBlockMoreClass = ''; + if(!empty($conf->global->MAIN_TOP_MENU_DROPDOWN)){ $loginBlockMoreClass = 'usedropdown'; } + + print '