mirror of
https://github.com/friendica/friendica
synced 2025-04-30 09:44:22 +02:00
Remove old file
remove include/nav.php
This commit is contained in:
parent
39ff6e9ce9
commit
bb08f87bba
2 changed files with 2 additions and 254 deletions
|
@ -44,8 +44,7 @@ class Nav
|
|||
|
||||
$tpl = get_markup_template('nav.tpl');
|
||||
|
||||
$a->page['nav'] .= replace_macros($tpl,
|
||||
[
|
||||
$a->page['nav'] .= replace_macros($tpl, [
|
||||
'$baseurl' => System::baseUrl(),
|
||||
'$sitelocation' => $nav_info['sitelocation'],
|
||||
'$nav' => $nav_info['nav'],
|
||||
|
@ -56,8 +55,7 @@ class Nav
|
|||
'$apps' => $a->apps,
|
||||
'$clear_notifs' => t('Clear notifications'),
|
||||
'$search_hint' => t('@name, !forum, #tags, content')
|
||||
]
|
||||
);
|
||||
]);
|
||||
|
||||
call_hooks('page_header', $a->page['nav']);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue