]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/threaded_conversation.tpl
Merge pull request #556 from fermionic/20121224-smarty3-template-collision
[friendica.git] / view / theme / frost-mobile / threaded_conversation.tpl
index 6e017ac29b18a81109bf84f82b0f693db860b72d..25cfe662146663a38f48a4de9eb0f8585551ba63 100644 (file)
@@ -1,5 +1,7 @@
-{{ for $threads as $item }}
-{{ inc $item.template }}{{ endinc }}
+$live_update
+
+{{ for $threads as $thread }}
+{{ inc $thread.template with $item=$thread }}{{ endinc }}
 {{ endfor }}
 
 <div id="conversation-end"></div>