diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-02 14:49:51 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-02 14:49:51 -0800 |
commit | 2daafe80a5cc9af9fb40712135490c86155fb9cf (patch) | |
tree | 2f169b2d66bb769ddda993d3c49c48223c53deba /view/tpl/head.tpl | |
parent | e2ee565f05a43bb5fa461df3fd857dc27c8d9b67 (diff) | |
download | volse-hubzilla-2daafe80a5cc9af9fb40712135490c86155fb9cf.tar.gz volse-hubzilla-2daafe80a5cc9af9fb40712135490c86155fb9cf.tar.bz2 volse-hubzilla-2daafe80a5cc9af9fb40712135490c86155fb9cf.zip |
move opensearch to plugins
Diffstat (limited to 'view/tpl/head.tpl')
-rwxr-xr-x | view/tpl/head.tpl | 4 |
1 files changed, 2 insertions, 2 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}}; |