From 2f5e891cd174c6314f3ba5c31f9672595462a22c Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Thu, 14 Jun 2012 09:12:52 -0400 Subject: [PATCH] quattro theme: show uncollapsed comments on display page --- view/theme/quattro/conversation.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl index a30ff187..7ca3daea 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 }}