diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-10 18:50:01 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-10 18:50:01 -0700 |
commit | 09b4660c7d8d15cf2419202116199a725c7c109c (patch) | |
tree | dd2de88c0792e4cfecba69cead35c6705512f984 /boot.php | |
parent | 69394c1680cc72b5c4b43c8d321a5348ca75be35 (diff) | |
download | volse-hubzilla-09b4660c7d8d15cf2419202116199a725c7c109c.tar.gz volse-hubzilla-09b4660c7d8d15cf2419202116199a725c7c109c.tar.bz2 volse-hubzilla-09b4660c7d8d15cf2419202116199a725c7c109c.zip |
rename view/tpl/nav.tpl to navbar_default.tpl so that all navbar selection code is consistent
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2090,7 +2090,7 @@ function construct_page() { $installing = false; - $navbar = get_config('system','navbar','nav'); + $navbar = get_config('system','navbar','default'); if(App::$profile_uid) { $navbar = get_pconfig(App::$profile_uid,'system','navbar',$navbar); } |