X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ftestbubble%2Fconversation.tpl;h=43bb1dd47006d8a3b4ae944969f55b8d94df3f9c;hb=16f9d7fd35570b46fa4e1c591695bb9f1146a4b5;hp=33cedfb1ec932de47ad54dd136cb996635a757d2;hpb=9e8053e3bdb4669132a142cd2542956c01352ee5;p=friendica.git diff --git a/view/theme/testbubble/conversation.tpl b/view/theme/testbubble/conversation.tpl index 33cedfb1ec..43bb1dd470 100644 --- a/view/theme/testbubble/conversation.tpl +++ b/view/theme/testbubble/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 }}