aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
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);
}