From 79b40179b40b0f1539e58a8c2c7d7f914e6b212b Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 26 Jan 2023 18:28:40 +0000 Subject: redbasic: implement setting for always light navbar icons and some minor fixes --- include/nav.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/nav.php') diff --git a/include/nav.php b/include/nav.php index d4e9b8f92..31a447a84 100644 --- a/include/nav.php +++ b/include/nav.php @@ -319,6 +319,8 @@ function nav($template = 'default') { App::$page['nav'] .= replace_macros($tpl, [ '$baseurl' => z_root(), + '$color_mode' => App::$page['color_mode'] ?? '', + '$navbar_color_mode' => App::$page['navbar_color_mode'] ?? '', '$theme_switch_icon' => $theme_switch_icon, '$fulldocs' => t('Help'), '$sitelocation' => $sitelocation, -- cgit v1.2.3