diff options
author | Friendika <info@friendika.com> | 2011-04-08 01:52:01 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-08 01:52:01 -0700 |
commit | b8479cc2f98bdd3b144cfda127c799ba4740fc83 (patch) | |
tree | b1c1739299725c52128d77eb48ba62fff2b443ce /view/head.tpl | |
parent | c4fe8897136378985c2abe941de5af032024096a (diff) | |
parent | 1713ffb41cef8b4784f23744b244abed2f773404 (diff) | |
download | volse-hubzilla-b8479cc2f98bdd3b144cfda127c799ba4740fc83.tar.gz volse-hubzilla-b8479cc2f98bdd3b144cfda127c799ba4740fc83.tar.bz2 volse-hubzilla-b8479cc2f98bdd3b144cfda127c799ba4740fc83.zip |
Merge branch 'opensearch' of https://github.com/fabrixxm/friendika into fabrixxm-opensearch
Diffstat (limited to 'view/head.tpl')
-rw-r--r-- | view/head.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/head.tpl b/view/head.tpl index 7a5710b2a..1ff0ae1df 100644 --- a/view/head.tpl +++ b/view/head.tpl @@ -3,6 +3,10 @@ <meta name="generator" content="$generator" /> <link rel="stylesheet" type="text/css" href="$stylesheet" media="all" /> <link rel="shortcut icon" href="$baseurl/images/friendika-32.png" /> +<link rel="search" + href="$baseurl/opensearch" + type="application/opensearchdescription+xml" + title="Search in Friendika" /> <!--[if IE]> <script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |