From 61823554d48111509dccf9d4f6faa66b33ba843e Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 28 May 2026 19:09:14 -0500 Subject: [PATCH 1/2] fix: remove duplicate hamburger from mainmenu override [skip bump] The mainmenu.php layout had its own navbar-toggler button, creating a second hamburger on mobile. Now delegates to the single hamburger in index.php like horizontal.php does. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- src/html/mod_menu/mainmenu.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/html/mod_menu/mainmenu.php b/src/html/mod_menu/mainmenu.php index 1ee4c96..8400352 100644 --- a/src/html/mod_menu/mainmenu.php +++ b/src/html/mod_menu/mainmenu.php @@ -28,14 +28,9 @@ $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_COM // The menu class is deprecated. Use mod-menu instead ?>