X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fwallmessage.php;h=1ac54c9f8a035e01e7b72cea3355b9ca3cad223d;hb=b8d950956338f013283195c3a51a1cfa04d58ec5;hp=8642624a476e4b75c3c0f7dbb99cf5ba0e5ebbab;hpb=77f761972011280c427ba7b3e6523bc428a70d22;p=friendica.git diff --git a/mod/wallmessage.php b/mod/wallmessage.php index 8642624a47..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'),