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