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

View File

@@ -1191,9 +1191,6 @@ function prepare_body(array &$item, $attach = false, $is_preview = false)
$a->page['htmlhead'] .= replace_macros(get_markup_template('videos_head.tpl'), [
'$baseurl' => System::baseUrl(),
]);
$a->page['end'] .= replace_macros(get_markup_template('videos_end.tpl'), [
'$baseurl' => System::baseUrl(),
]);
}
$url_parts = explode('/', $the_url);