X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fwallmessage.php;h=1ac54c9f8a035e01e7b72cea3355b9ca3cad223d;hb=c54a2c1e83822f6e043b449468570d2c9ed3ab3a;hp=e0c702cdb0ca45abfcb9e1cdd96e405c058325a1;hpb=4f25396faeaa501907e93b24ee51ebdd08f84993;p=friendica.git diff --git a/mod/wallmessage.php b/mod/wallmessage.php index e0c702cdb0..1ac54c9f8a 100644 --- a/mod/wallmessage.php +++ b/mod/wallmessage.php @@ -1,8 +1,12 @@ page['htmlhead'] .= replace_macros($tpl, array( - '$baseurl' => $a->get_baseurl(true), - '$editselect' => $editselect, + '$baseurl' => System::baseUrl(true), '$nickname' => $user['nickname'], '$linkurl' => t('Please enter a link URL:') )); $tpl = get_markup_template('wallmsg-end.tpl'); $a->page['end'] .= replace_macros($tpl, array( - '$baseurl' => $a->get_baseurl(true), - '$editselect' => $editselect, + '$baseurl' => System::baseUrl(true), '$nickname' => $user['nickname'], '$linkurl' => t('Please enter a link URL:') )); - - $tpl = get_markup_template('wallmessage.tpl'); $o .= replace_macros($tpl,array( '$header' => t('Send Private Message'),