X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fthreaded_conversation.tpl;h=82e071134e677197cca584a11ef0ffd8d62c2269;hb=e935fa78c61b31223814192b47c00fd1ccb91ed2;hp=13c38acb2b40471374c4d8cd19a73f0717ba1dde;hpb=9ecb9842858541db669e6ee61627e8526bf4c719;p=friendica.git diff --git a/view/theme/vier/threaded_conversation.tpl b/view/theme/vier/threaded_conversation.tpl index 13c38acb2b..82e071134e 100644 --- a/view/theme/vier/threaded_conversation.tpl +++ b/view/theme/vier/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 }}