X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fconversation.tpl;h=7ca3daea7f6c5e1ae61f04fbf178527890db25a4;hb=2f5e891cd174c6314f3ba5c31f9672595462a22c;hp=ff202bbe44077569c23de4c00710d2a42265b607;hpb=43d5876e8b35d53a0bef5248c5d63e5bc209dbbf;p=friendica.git diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl index ff202bbe44..7ca3daea7f 100644 --- a/view/theme/quattro/conversation.tpl +++ b/view/theme/quattro/conversation.tpl @@ -1,6 +1,8 @@ {{ for $threads as $thread }}
{{ for $thread.items as $item }} + {{if $mode == display}} + {{ else }} {{if $item.comment_firstcollapsed}}
$thread.num_comments $thread.hide_text @@ -8,14 +10,20 @@ {{endif}} - - {{ inc $item.template }}{{ endinc }} - + {{ endif }} + + {{ if $item.type == tag }} + {{ inc wall_item_tag.tpl }}{{ endinc }} + {{ else }} + {{ inc $item.template }}{{ endinc }} + {{ endif }} {{ endfor }}
{{ endfor }} +
+ {{ if $dropping }} $dropping