]> git.mxchange.org Git - friendica.git/blobdiff - mod/opensearch.php
Merge pull request #2094 from annando/1511-api
[friendica.git] / mod / opensearch.php
index 69afba75c89f7eeb0ea62f2e660af8c7dc353b50..ff748d1c5360cbc2a0d28ade8d196a8a7b7fe5df 100644 (file)
@@ -1,7 +1,7 @@
 <?php
     function opensearch_content(&$a) {
        
-               $tpl = load_view_file('view/opensearch.tpl');
+               $tpl = get_markup_template('opensearch.tpl');
        
                header("Content-type: application/opensearchdescription+xml");