]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/threaded_conversation.tpl
Merge pull request #555 from annando/master
[friendica.git] / view / theme / frost / threaded_conversation.tpl
index 0f7f9a986f70d417d7a5b2069fea41ef6ddca81d..ccf345fac04a0ea5b266fcbdcb8359d407b3cbb1 100644 (file)
@@ -8,8 +8,8 @@
 
 $live_update
 
-{{ for $threads as $item }}
-{{ inc $item.template }}{{ endinc }}
+{{ for $threads as $thread }}
+{{ inc $thread.template with $item=$thread }}{{ endinc }}
 {{ endfor }}
 
 <div id="conversation-end"></div>