mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:10:10 +00:00
deprecate load_view_file
This commit is contained in:
parent
a00813497f
commit
b2e92e0af3
36 changed files with 135 additions and 102 deletions
|
@ -125,7 +125,7 @@ function nav(&$a) {
|
|||
$banner .= '<a href="http://project.friendika.com"><img id="logo-img" src="images/friendika-32.png" alt="logo" /></a><span id="logo-text"><a href="http://project.friendika.com">Friendika</a></span>';
|
||||
|
||||
|
||||
$tpl = load_view_file('view/nav.tpl');
|
||||
$tpl = get_markup_template('nav.tpl');
|
||||
|
||||
$a->page['nav'] .= replace_macros($tpl, array(
|
||||
'$langselector' => lang_selector(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue