X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fconversation.tpl;h=0d0faac37377147c7b2fe49c9412975395462308;hb=f88f0bf3f2f6fecc2eb4184f0da01ddc9522223f;hp=ff202bbe44077569c23de4c00710d2a42265b607;hpb=c3139fa0fd49b0b4de4568d46a6946c75ccb2a62;p=friendica.git diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl index ff202bbe44..0d0faac373 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,16 +10,38 @@ {{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 {{ endif }} + + + +{{ if $mode == display }} + +{{ endif }} +