X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Fconversation.tpl;h=43bb1dd47006d8a3b4ae944969f55b8d94df3f9c;hb=d2bbd92889216c41dd0dc0b0e8d4f3607b5c9a0c;hp=339302638abce536720cc8d1c56f02128e06c411;hpb=5792b3d3580b9f09460305858293398d8d8a9abf;p=friendica.git diff --git a/view/conversation.tpl b/view/conversation.tpl index 339302638a..43bb1dd470 100644 --- a/view/conversation.tpl +++ b/view/conversation.tpl @@ -1,5 +1,25 @@ -{{ for $treads as $tread }} -
- $tread +{{ for $threads as $thread }} +
+ {{ for $thread.items as $item }} + {{if $item.comment_firstcollapsed}} +
+ $thread.num_comments $thread.hide_text +
+ {{endif}} + + {{ inc $item.template }}{{ endinc }} + + + {{ endfor }}
{{ endfor }} + +{{ if $dropping }} + +
+{{ endif }}