summaryrefslogtreecommitdiffstatshomepage
path: root/templates/top.inc.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-05-25 10:51:51 +0000
committerGravatar mensonge2009-05-25 10:51:51 +0000
commit4283e6b3a2976f8044ca1ca70836b67ed5909717 (patch)
treeb43fe279797fa7a79d7a0d652bbea74a810dd9a4 /templates/top.inc.php
parent238226cd494fe5283270f3f790e3c36672fd74e3 (diff)
downloadscuttle-4283e6b3a2976f8044ca1ca70836b67ed5909717.tar.gz
scuttle-4283e6b3a2976f8044ca1ca70836b67ed5909717.zip
New feature: add opensearch plugin for browsers.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@333 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/top.inc.php')
-rw-r--r--templates/top.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/top.inc.php b/templates/top.inc.php
index d5ee7b0..0770c9c 100644
--- a/templates/top.inc.php
+++ b/templates/top.inc.php
@@ -7,6 +7,7 @@
<link rel="icon" type="image/png" href="<?php echo ROOT ?>icon.png" />
<link rel="stylesheet" type="text/css"
href="<?php echo ROOT ?>scuttle.css" />
+<link rel="search" type="application/opensearchdescription+xml" href="<?php echo ROOT ?>api/opensearch.php" title="<?php echo $GLOBALS['sitename'] ?>"/>
<?php
if(isset($rsschannels)) {
$size = count($rsschannels);