diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-11-13 19:32:35 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2015-11-17 20:19:44 +0100 |
commit | 8f8113b94beb46f5deb84e393a95237f59969bbb (patch) | |
tree | 7c25239ad5bfa817c26d514785c83796e36b53c7 /tpl/includes.html | |
parent | 44d60adc5e2fa547bc49620f7e647794f0cad631 (diff) | |
download | Shaarli-8f8113b94beb46f5deb84e393a95237f59969bbb.tar.gz Shaarli-8f8113b94beb46f5deb84e393a95237f59969bbb.tar.zst Shaarli-8f8113b94beb46f5deb84e393a95237f59969bbb.zip |
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
Diffstat (limited to 'tpl/includes.html')
-rw-r--r-- | tpl/includes.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
10 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="../inc/user.css" />{/if} | 10 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="../inc/user.css" />{/if} |
11 | {loop="$plugins_includes.css_files"} | 11 | {loop="$plugins_includes.css_files"} |
12 | <link type="text/css" rel="stylesheet" href="{$value}#"/> | 12 | <link type="text/css" rel="stylesheet" href="{$value}#"/> |
13 | {/loop} \ No newline at end of file | 13 | {/loop} |
14 | <link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle|htmlspecialchars}"/> \ No newline at end of file | ||