4 use Friendica\Core\System;
6 function opensearch_content(App $a) {
8 $tpl = get_markup_template('opensearch.tpl');
10 header("Content-type: application/opensearchdescription+xml");
12 $o = replace_macros($tpl, [
13 '$baseurl' => System::baseUrl(),
14 '$nodename' => $a->get_hostname(),