aboutsummaryrefslogtreecommitdiffstats
path: root/mod/message.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-10 23:35:31 -0700
committerFriendika <info@friendika.com>2011-05-10 23:35:31 -0700
commita00813497fccf295d72e35537599409b3f1eaa22 (patch)
treeff56cce12620a10117098af5103b8f3b2518b54f /mod/message.php
parent5903ea38f34bef5d47d1ba76f26c802b3112de70 (diff)
downloadvolse-hubzilla-a00813497fccf295d72e35537599409b3f1eaa22.tar.gz
volse-hubzilla-a00813497fccf295d72e35537599409b3f1eaa22.tar.bz2
volse-hubzilla-a00813497fccf295d72e35537599409b3f1eaa22.zip
bring back load_view_file for dispy templates
Diffstat (limited to 'mod/message.php')
-rw-r--r--mod/message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/message.php b/mod/message.php
index 0f5650256..3a59359ce 100644
--- a/mod/message.php
+++ b/mod/message.php
@@ -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'),