bring back load_view_file for dispy templates

This commit is contained in:
Friendika 2011-05-10 23:35:31 -07:00
parent 5903ea38f3
commit a00813497f
7 changed files with 12 additions and 12 deletions

View file

@ -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'),