]> git.mxchange.org Git - friendica.git/blobdiff - view/threaded_conversation.tpl
Implement Smarty3
[friendica.git] / view / threaded_conversation.tpl
index 24dab9c57bdd9f9071f2926e1aa57bd37e20ebe5..c95ab5296751a795ec84a6d351e070028e63c38b 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>