rename view/tpl/nav.tpl to navbar_default.tpl so that all navbar selection code is consistent

This commit is contained in:
zotlabs
2017-10-10 18:50:01 -07:00
parent 69394c1680
commit 09b4660c7d
4 changed files with 4 additions and 4 deletions

View File

@@ -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);
}