diff options
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/head.tpl | 4 | ||||
-rwxr-xr-x | view/tpl/opensearch.tpl | 13 |
2 files changed, 2 insertions, 15 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index 7e7155fec..a300a702f 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -5,8 +5,8 @@ {{$head_css}} {{$js_strings}} {{$head_js}} -<link rel="shortcut icon" href="{{$icon}}" /> -<link rel="search" href="{{$baseurl}}/opensearch" type="application/opensearchdescription+xml" title="{{$osearch}}" /> +{{$linkrel}} +{{$plugins}} <link rel="EditURI" type="application/rsd+xml" href="{{$baseurl}}/rsd.xml" /> <script> var updateInterval = {{$update_interval}}; diff --git a/view/tpl/opensearch.tpl b/view/tpl/opensearch.tpl deleted file mode 100755 index f247e3401..000000000 --- a/view/tpl/opensearch.tpl +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> - <ShortName>Hubzilla@{{$nodename}}</ShortName> - <Description>Search in Hubzilla@{{$nodename}}</Description> - <Contact>http://github.com/redmatrix/hubzilla/</Contact> - <Image height="16" width="16" type="image/png">{{$baseurl}}/images/hz-16.png</Image> - <Image height="64" width="64" type="image/png">{{$baseurl}}/images/hz-64.png</Image> - <Url type="text/html" - template="{{$baseurl}}/search?search={searchTerms}"/> - <Url type="application/opensearchdescription+xml" - rel="self" - template="{{$baseurl}}/opensearch" /> -</OpenSearchDescription> |