From: fabrixxm Date: Thu, 14 Jun 2012 13:12:52 +0000 (-0400) Subject: quattro theme: show uncollapsed comments on display page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2f5e891cd174c6314f3ba5c31f9672595462a22c;p=friendica.git quattro theme: show uncollapsed comments on display page --- 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 }}