Remove unused App->page['end']
- Remove unused empty templates
This commit is contained in:
parent
55f1d7b90e
commit
1eaa523e61
24 changed files with 0 additions and 99 deletions
|
@ -94,11 +94,6 @@ function cal_content(App $a)
|
|||
'$i18n' => $i18n,
|
||||
]);
|
||||
|
||||
$etpl = get_markup_template('event_end.tpl');
|
||||
$a->page['end'] .= replace_macros($etpl, [
|
||||
'$baseurl' => System::baseUrl(),
|
||||
]);
|
||||
|
||||
$mode = 'view';
|
||||
$y = 0;
|
||||
$m = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue