diff options
author | Mario <mario@mariovavti.com> | 2023-01-26 18:28:40 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-26 18:28:40 +0000 |
commit | 79b40179b40b0f1539e58a8c2c7d7f914e6b212b (patch) | |
tree | 4e4ae56930f3d3599aad1fdcfe6653d8c5e5be32 /include/nav.php | |
parent | 60c968222f0090757dfc20a00433e926c6180fce (diff) | |
download | volse-hubzilla-79b40179b40b0f1539e58a8c2c7d7f914e6b212b.tar.gz volse-hubzilla-79b40179b40b0f1539e58a8c2c7d7f914e6b212b.tar.bz2 volse-hubzilla-79b40179b40b0f1539e58a8c2c7d7f914e6b212b.zip |
redbasic: implement setting for always light navbar icons and some minor fixes
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 2 insertions, 0 deletions
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, |