X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fthreaded_conversation.tpl;h=82e071134e677197cca584a11ef0ffd8d62c2269;hb=cde9b6370da1735fffab2fe5933334c2ac3320e9;hp=94be86417423f6692e1b7dc6760a11de15e158d5;hpb=06c9330c5e0f5822cbd1695a50b01fb391a2984d;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 }}