aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-10 18:50:01 -0700
committerzotlabs <mike@macgirvin.com>2017-10-10 18:50:01 -0700
commit09b4660c7d8d15cf2419202116199a725c7c109c (patch)
treedd2de88c0792e4cfecba69cead35c6705512f984 /boot.php
parent69394c1680cc72b5c4b43c8d321a5348ca75be35 (diff)
downloadvolse-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-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 3feac5177..367fe7709 100755
--- a/boot.php
+++ b/boot.php
@@ -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);
}