X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Fduepuntozero%2Fconversation.tpl;h=43bb1dd47006d8a3b4ae944969f55b8d94df3f9c;hb=a6d08ec8523ea45d6958882d4864232de0902b3b;hp=33cedfb1ec932de47ad54dd136cb996635a757d2;hpb=9e8053e3bdb4669132a142cd2542956c01352ee5;p=friendica.git diff --git a/view/theme/duepuntozero/conversation.tpl b/view/theme/duepuntozero/conversation.tpl old mode 100644 new mode 100755 index 33cedfb1ec..43bb1dd470 --- a/view/theme/duepuntozero/conversation.tpl +++ b/view/theme/duepuntozero/conversation.tpl @@ -1,6 +1,18 @@ {{ for $threads as $thread }}
- $thread.html + {{ for $thread.items as $item }} + {{if $item.comment_firstcollapsed}} +
+ $thread.num_comments $thread.hide_text +
+ {{endif}} + + {{ inc $item.template }}{{ endinc }} + + + {{ endfor }}
{{ endfor }}