]> git.mxchange.org Git - friendica.git/blobdiff - view/threaded_conversation.tpl
Implement Smarty3
[friendica.git] / view / threaded_conversation.tpl
index f60839e4958a53426b849df1f53794908c74dc8c..c95ab5296751a795ec84a6d351e070028e63c38b 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>
@@ -9,5 +11,6 @@
   <div id="item-delete-selected-icon" class="icon drophide" title="$dropping" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>
   <div id="item-delete-selected-desc" >$dropping</div>
 </div>
+<img id="item-delete-selected-rotator" class="like-rotator" src="images/rotator.gif" style="display: none;" />
 <div id="item-delete-selected-end"></div>
 {{ endif }}