X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fthreaded_conversation.tpl;h=82e071134e677197cca584a11ef0ffd8d62c2269;hb=c43ff35fe70cf6b0089c8240266f74666c5f48fa;hp=7eadf7e9f42c59ad59082b8f963f7304d462da7b;hpb=fca910a7c952b248a2c93f5050d838cbec0295bf;p=friendica.git diff --git a/view/theme/quattro/threaded_conversation.tpl b/view/theme/quattro/threaded_conversation.tpl index 7eadf7e9f4..82e071134e 100644 --- a/view/theme/quattro/threaded_conversation.tpl +++ b/view/theme/quattro/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 }}