]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/display-head.tpl
Frio: scroll to the contact request in notifications module
[friendica.git] / view / templates / display-head.tpl
index dda816214624576873eadf3d00389cc0f9ffd579..b0f0a828e717e49fce08d9ff6f049de7dec66b28 100644 (file)
@@ -1,4 +1,9 @@
-{{if $alternate}}<link href='{{$alternate}}' rel='alternate' type='application/atom+xml'>{{/if}}
+{{if $alternate}}
+<link href='{{$alternate}}' rel='alternate' type='application/atom+xml'>
+{{/if}}
+{{if $conversation}}
+<link href='{{$conversation}}' rel='conversation' type='application/atom+xml'>
+{{/if}}
 <script>
 $(document).ready(function() {
        $(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl");