X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fwallmessage.php;h=72897c0657f77adc057bc738085d91d1bf9e79d2;hb=6161ceff649fd52cb6cdfe14ebe5fdd35f6854a9;hp=03a0b7a16f57e0e3aafbf3683792ea06dbb68cd6;hpb=c1193c9c134fb91e2ddbc2bf7b79f6ec1abb2e94;p=friendica.git diff --git a/mod/wallmessage.php b/mod/wallmessage.php index 03a0b7a16f..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'),