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 a264bf977..ff748d1c5 100644
--- a/mod/opensearch.php
+++ b/mod/opensearch.php
@@ -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");