]> git.mxchange.org Git - friendica.git/blobdiff - mod/opensearch.php
add remove_user hook (it looks like dreamhost changed all my file permissions, this...
[friendica.git] / mod / opensearch.php
old mode 100644 (file)
new mode 100755 (executable)
index 69afba7..ff748d1
@@ -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");