]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/includes.html
Fixes #176 - Add opensearch functionality
[github/shaarli/Shaarli.git] / tpl / includes.html
index bdf3a07dbfe730f9a860c2f8701a54080661d135..f94ce1be97ea55632c5df8fb79775f40f6d1f87f 100644 (file)
@@ -10,4 +10,5 @@
 {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="../inc/user.css" />{/if}
 {loop="$plugins_includes.css_files"}
 <link type="text/css" rel="stylesheet" href="{$value}#"/>
-{/loop}
\ No newline at end of file
+{/loop}
+<link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle|htmlspecialchars}"/>
\ No newline at end of file