From 8f8113b94beb46f5deb84e393a95237f59969bbb Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Fri, 13 Nov 2015 19:32:35 +0100 Subject: Fixes #176 - Add opensearch functionality * add a new page in Router: do=opensearch which displays the opensearch plugin * using base64 compressed image to avoid issue encountered with HTTPS --- tpl/includes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tpl/includes.html') diff --git a/tpl/includes.html b/tpl/includes.html index bdf3a07d..f94ce1be 100644 --- a/tpl/includes.html +++ b/tpl/includes.html @@ -10,4 +10,5 @@ {if="is_file('inc/user.css')"}{/if} {loop="$plugins_includes.css_files"} -{/loop} \ No newline at end of file +{/loop} + \ No newline at end of file -- cgit v1.2.3