]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/threaded_conversation.tpl
newline at end of header
[friendica.git] / view / theme / quattro / threaded_conversation.tpl
index 5c534b5856ff20be27fdee6e1ae83f37fc6bd8bb..82e071134e677197cca584a11ef0ffd8d62c2269 100644 (file)
@@ -1,14 +1,14 @@
 $live_update
 
-{{ for $threads as $item }}
+{{ for $threads as $thread }}
 
-<div id="tread-wrapper-$item.id" class="tread-wrapper {{ if $item.threaded }}threaded{{ endif }}  $item.toplevel">
+<div id="tread-wrapper-$thread.id" class="tread-wrapper {{ if $thread.threaded }}threaded{{ endif }}  $thread.toplevel">
        
        
-               {{ 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 }}
                
 </div>