X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fconversation.tpl;h=ff202bbe44077569c23de4c00710d2a42265b607;hb=e6b07d61cfa8c8b87e32ae36a93c554400f2e9e5;hp=446814959b8dd7964c52430f4bc1b84206da6823;hpb=273594af62c960b5a52da5ec1cf6d6bd450415ba;p=friendica.git diff --git a/view/conversation.tpl b/view/conversation.tpl old mode 100644 new mode 100755 index 446814959b..ff202bbe44 --- a/view/conversation.tpl +++ b/view/conversation.tpl @@ -1,13 +1,23 @@ {{ for $threads as $thread }} -
- $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 }} - -
+ + $dropping + {{ endif }}