aboutsummaryrefslogtreecommitdiffstats
path: root/mod/message.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/message.php')
-rw-r--r--mod/message.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/message.php b/mod/message.php
index 3aac2ec28..549ce434d 100644
--- a/mod/message.php
+++ b/mod/message.php
@@ -54,7 +54,7 @@ function message_post(&$a) {
dbesc($subject),
dbesc($body),
0,
- 0,
+ 1,
0,
dbesc($uri),
dbesc($replyto),
@@ -144,7 +144,7 @@ function message_content(&$a) {
if(($a->argc > 1) && ($a->argv[1] == 'new')) {
- $tpl = file_get_contents('view/jot-header.tpl');
+ $tpl = file_get_contents('view/msg-header.tpl');
$a->page['htmlhead'] .= replace_macros($tpl, array('$baseurl' => $a->get_baseurl()));
@@ -248,7 +248,7 @@ function message_content(&$a) {
require_once("include/bbcode.php");
- $tpl = file_get_contents('view/jot-header.tpl');
+ $tpl = file_get_contents('view/msg-header.tpl');
$a->page['htmlhead'] .= replace_macros($tpl, array('$baseurl' => $a->get_baseurl()));