X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ftestbubble%2Fconversation.tpl;h=43bb1dd47006d8a3b4ae944969f55b8d94df3f9c;hb=16f9d7fd35570b46fa4e1c591695bb9f1146a4b5;hp=1a0fb33a82bd4cc2bf218af78d379d0a394377b8;hpb=c568493f572bdc88cae288d5c43e9fb55361ce07;p=friendica.git diff --git a/view/theme/testbubble/conversation.tpl b/view/theme/testbubble/conversation.tpl index 1a0fb33a82..43bb1dd470 100644 --- a/view/theme/testbubble/conversation.tpl +++ b/view/theme/testbubble/conversation.tpl @@ -1,6 +1,18 @@ {{ 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 }}