X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fconversation.tpl;h=36afc392eb504df939f75710ee25ced25131e498;hb=c43ff35fe70cf6b0089c8240266f74666c5f48fa;hp=ff202bbe44077569c23de4c00710d2a42265b607;hpb=286c230fa858b7b1fead9c3ff722f6b1b9478d01;p=friendica.git diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl old mode 100755 new mode 100644 index ff202bbe44..36afc392eb --- a/view/theme/quattro/conversation.tpl +++ b/view/theme/quattro/conversation.tpl @@ -1,6 +1,10 @@ +$live_update + {{ 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 +12,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 }} +