aboutsummaryrefslogtreecommitdiffstats
path: root/mod/opensearch.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/opensearch.php')
-rw-r--r--mod/opensearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/opensearch.php b/mod/opensearch.php
index 69afba75c..a264bf977 100644
--- a/mod/opensearch.php
+++ b/mod/opensearch.php
@@ -1,7 +1,7 @@
<?php
function opensearch_content(&$a) {
- $tpl = load_view_file('view/opensearch.tpl');
+ $tpl = file_get_contents('view/opensearch.tpl');
header("Content-type: application/opensearchdescription+xml");