diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-03 09:24:09 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-03 09:24:09 +0100 |
commit | dd2a5e6b28d537b9a8c2bb1a978faa46dfb869cc (patch) | |
tree | cd4aa364519bee76e1cbec9d5f776bb494fc543f /view/tpl/head.tpl | |
parent | 028b2a655de8c9d7b1f0de05a869e59c2b219818 (diff) | |
parent | 7e1e9ac94a1cf2fb01a3052f7fd9d0f2049079b5 (diff) | |
download | volse-hubzilla-dd2a5e6b28d537b9a8c2bb1a978faa46dfb869cc.tar.gz volse-hubzilla-dd2a5e6b28d537b9a8c2bb1a978faa46dfb869cc.tar.bz2 volse-hubzilla-dd2a5e6b28d537b9a8c2bb1a978faa46dfb869cc.zip |
Merge branch 'dev' into wip-app-bin
Diffstat (limited to 'view/tpl/head.tpl')
-rwxr-xr-x | view/tpl/head.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index 7e7155fec..5f874426c 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -5,9 +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}}" /> -<link rel="EditURI" type="application/rsd+xml" href="{{$baseurl}}/rsd.xml" /> +{{$linkrel}} +{{$plugins}} <script> var updateInterval = {{$update_interval}}; var localUser = {{if $local_channel}}{{$local_channel}}{{else}}false{{/if}}; |