X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fthreaded_conversation.tpl;h=82e071134e677197cca584a11ef0ffd8d62c2269;hb=c43ff35fe70cf6b0089c8240266f74666c5f48fa;hp=94be86417423f6692e1b7dc6760a11de15e158d5;hpb=7ae1e4620de35329350fd54b3598666e143ea0a0;p=friendica.git diff --git a/view/theme/quattro/threaded_conversation.tpl b/view/theme/quattro/threaded_conversation.tpl index 94be864174..82e071134e 100644 --- a/view/theme/quattro/threaded_conversation.tpl +++ b/view/theme/quattro/threaded_conversation.tpl @@ -1,12 +1,14 @@ -{{ for $threads as $item }} +$live_update -
+{{ for $threads as $thread }} + +
- {{ if $item.type == tag }} - {{ inc wall_item_tag.tpl }}{{ endinc }} + {{ if $thread.type == tag }} + {{ inc wall_item_tag.tpl with $item=$thread }}{{ endinc }} {{ else }} - {{ inc $item.template }}{{ endinc }} + {{ inc $thread.template with $item=$thread }}{{ endinc }} {{ endif }}
@@ -15,9 +17,10 @@
{{ if $dropping }} - + $dropping + {{ endif }}