From 3722d9a53682dea5817d3496b886b2f8ef37f290 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 3 Feb 2026 20:45:40 +0100 Subject: [PATCH] allow menu item for status bar to be a string --- 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 f34ea5069..ded9556a2 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -422,7 +422,11 @@ background-image: linear-gradient(to bottom, #882222, #111111);; if ($menuitems) { echo " \n"; } diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index fc0758c04..3f291aad9 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -438,7 +438,11 @@ background-image: linear-gradient(to bottom, #882222, #111111);; if ($menuitems) { echo " \n"; }