Remove unused App->page['end']

- Remove unused empty templates
This commit is contained in:
Hypolite Petovan
2018-09-20 21:02:28 -04:00
parent 55f1d7b90e
commit 1eaa523e61
24 changed files with 0 additions and 99 deletions
-7
View File
@@ -120,13 +120,6 @@ function wallmessage_content(App $a) {
'$linkurl' => L10n::t('Please enter a link URL:')
]);
$tpl = get_markup_template('wallmsg-end.tpl');
$a->page['end'] .= replace_macros($tpl, [
'$baseurl' => System::baseUrl(true),
'$nickname' => $user['nickname'],
'$linkurl' => L10n::t('Please enter a link URL:')
]);
$tpl = get_markup_template('wallmessage.tpl');
$o = replace_macros($tpl, [
'$header' => L10n::t('Send Private Message'),