]> 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 26ff683f264d26c74f7936d028c358ce0c2784df..25cfe662146663a38f48a4de9eb0f8585551ba63 100644 (file)
@@ -1,7 +1,7 @@
 $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>