diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl index a30ff187ca..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,7 +10,8 @@ {{endif}} - + {{ endif }} + {{ if $item.type == tag }} {{ inc wall_item_tag.tpl }}{{ endinc }} {{ else }}