X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fhead.tpl;h=e76b97b8b94c87822daf51c9ee43f49d3b369ff6;hb=7389dc0b20ad6a929cc7f137bcb40674187d0978;hp=c58b2b8290d074d5fa4012b5507eb4a5ef0bf272;hpb=5e5fde0a63c57d2873bfa29404110269ca9abeee;p=friendica.git diff --git a/view/templates/head.tpl b/view/templates/head.tpl index c58b2b8290..e76b97b8b9 100644 --- a/view/templates/head.tpl +++ b/view/templates/head.tpl @@ -7,14 +7,11 @@ - - +{{foreach $stylesheets as $stylesheetUrl}} + +{{/foreach}} - @@ -42,6 +39,7 @@ + @@ -50,15 +48,6 @@ var updateInterval = {{$update_interval}}; var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}}; - {{* Create an object with the data which is needed for infinite scroll. - For the relevant js part look at function loadContent() in main.js. *}} - {{if $infinite_scroll}} - var infinite_scroll = { - "pageno" : {{$infinite_scroll.pageno}}, - "reload_uri" : "{{$infinite_scroll.reload_uri}}" - } - {{/if}} - function confirmDelete() { return confirm("{{$delitem}}"); } function commentExpand(id) { $("#comment-edit-text-" + id).value = "";