get markup template
implement getMarkupTemplate function
This commit is contained in:
parent
91facd2d0a
commit
35abc4bb64
89 changed files with 243 additions and 243 deletions
|
|
@ -6,7 +6,7 @@ use Friendica\Core\System;
|
|||
|
||||
function opensearch_content(App $a) {
|
||||
|
||||
$tpl = get_markup_template('opensearch.tpl');
|
||||
$tpl = Renderer::getMarkupTemplate('opensearch.tpl');
|
||||
|
||||
header("Content-type: application/opensearchdescription+xml");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue