X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fthreaded_conversation.tpl;h=82e071134e677197cca584a11ef0ffd8d62c2269;hb=1392c58377b462c10f9db5edc97cd82d3a683dc7;hp=ad510185ee9f1911cb8e27e17554c6fb36e7fabc;hpb=0ea89852d20e3bc99433c8d1392bf552269f6755;p=friendica.git diff --git a/view/theme/vier/threaded_conversation.tpl b/view/theme/vier/threaded_conversation.tpl index ad510185ee..82e071134e 100644 --- a/view/theme/vier/threaded_conversation.tpl +++ b/view/theme/vier/threaded_conversation.tpl @@ -1,14 +1,14 @@ $live_update -{{ for $threads as $item }} +{{ 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 }}
@@ -17,9 +17,10 @@ $live_update
{{ if $dropping }} - + $dropping + {{ endif }}