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

@@ -6,7 +6,7 @@ require_once('include/security.php');
require_once('include/menu.php');
function nav($template = 'nav') {
function nav($template = 'default') {
/**
*
@@ -248,7 +248,7 @@ EOT;
}
if(! $tpl) {
$tpl = get_markup_template('nav.tpl');
$tpl = get_markup_template('navbar_default.tpl');
}
App::$page['nav'] .= replace_macros($tpl, array(