mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
bring back load_view_file for dispy templates
This commit is contained in:
parent
5903ea38f3
commit
a00813497f
7 changed files with 12 additions and 12 deletions
|
@ -120,7 +120,7 @@ function message_content(&$a) {
|
|||
$myprofile = $a->get_baseurl() . '/profile/' . $a->user['nickname'];
|
||||
|
||||
|
||||
$tpl = file_get_contents('view/mail_head.tpl');
|
||||
$tpl = load_view_file('view/mail_head.tpl');
|
||||
$header = replace_macros($tpl, array(
|
||||
'$messages' => t('Messages'),
|
||||
'$inbox' => t('Inbox'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue