summaryrefslogtreecommitdiffstats
path: root/templates/header.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2010-02-02 13:53:17 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2010-02-02 13:53:17 +0000
commitf7dbe67dbdf5b4b09c703058dfc3eb97f8fe852e (patch)
tree1ebb97973a79c2ad22b40ddca4962c9544bdb19d /templates/header.inc.php
parent77c5628d447a7c86b4e193c3986f4d7262dc2ac4 (diff)
downloadampache-f7dbe67dbdf5b4b09c703058dfc3eb97f8fe852e.tar.gz
ampache-f7dbe67dbdf5b4b09c703058dfc3eb97f8fe852e.tar.bz2
ampache-f7dbe67dbdf5b4b09c703058dfc3eb97f8fe852e.zip
added ability to add ampache as a search descriptor Resolves #586
Diffstat (limited to 'templates/header.inc.php')
-rw-r--r--templates/header.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/header.inc.php b/templates/header.inc.php
index 81199087..c2b23163 100644
--- a/templates/header.inc.php
+++ b/templates/header.inc.php
@@ -31,6 +31,7 @@ $dir = is_rtl(Config::get('lang')) ? "rtl" : "ltr";
<head>
<link rel="shortcut icon" href="<?php echo $web_path; ?>/favicon.ico" />
+<link rel="search" type="application/opensearchdescription+xml" title="<?php echo scrub_out(Config::get('site_title')); ?>" href="<?php echo $web_path; ?>/search.php?action=descriptor" />
<?php
if (Config::get('use_rss')) { ?>
<link rel="alternate" type="application/rss+xml" title="<?php echo _('Now Playing'); ?>" href="<?php echo $web_path; ?>/rss.php" />