]> git.mxchange.org Git - friendica.git/blobdiff - mod/opensearch.php
mod/dirfind.php - Friendika -> Friendica
[friendica.git] / mod / opensearch.php
old mode 100644 (file)
new mode 100755 (executable)
index a264bf9..ff748d1
@@ -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");