From 396fd6a4fe557daff599e924390005c11247f533 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 22 May 2025 10:38:50 +0200 Subject: [PATCH] allow attriutes for globalNavigationBar --- views/bootstrap/class.Bootstrap.php | 6 +++++- views/bootstrap4/class.Bootstrap4.php | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index b4ed554ab..b3e875a78 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -473,7 +473,11 @@ background-image: linear-gradient(to bottom, #882222, #111111);; echo " ".$menuitem['label']." \n"; echo " \n"; } else { diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index 203235887..fe21a22c7 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -378,7 +378,11 @@ background-image: linear-gradient(to bottom, #882222, #111111);; echo " ".$menuitem['label']."\n"; echo "
\n"; foreach($menuitem['children'] as $submenuitem) { - echo " ".$submenuitem['label']."\n"; + echo " ".$submenuitem['label']."\n"; } echo "
\n"; } else {