X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fwallmessage.php;h=72897c0657f77adc057bc738085d91d1bf9e79d2;hb=6161ceff649fd52cb6cdfe14ebe5fdd35f6854a9;hp=8642624a476e4b75c3c0f7dbb99cf5ba0e5ebbab;hpb=e2f8673076165c402782332b42ee744b1ffc7969;p=friendica.git diff --git a/mod/wallmessage.php b/mod/wallmessage.php index 8642624a47..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(&$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'),