X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fwallmessage.php;h=72897c0657f77adc057bc738085d91d1bf9e79d2;hb=47bd3243cdb4a4840ca4d40452402a86b792ce1b;hp=e0c702cdb0ca45abfcb9e1cdd96e405c058325a1;hpb=4dce3d822470537e40a0f77330d62ac05bf73806;p=friendica.git diff --git a/mod/wallmessage.php b/mod/wallmessage.php index e0c702cdb0..72897c0657 100644 --- a/mod/wallmessage.php +++ b/mod/wallmessage.php @@ -1,8 +1,10 @@ page['htmlhead'] .= replace_macros($tpl, array( '$baseurl' => $a->get_baseurl(true), - '$editselect' => $editselect, '$nickname' => $user['nickname'], '$linkurl' => t('Please enter a link URL:') )); @@ -130,13 +119,10 @@ function wallmessage_content(App &$a) { $tpl = get_markup_template('wallmsg-end.tpl'); $a->page['end'] .= replace_macros($tpl, array( '$baseurl' => $a->get_baseurl(true), - '$editselect' => $editselect, '$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'),