]> git.mxchange.org Git - friendica.git/blobdiff - view/conversation.tpl
common_tabs in notifications.php
[friendica.git] / view / conversation.tpl
index e509ddb22bf4a48427c68bbcbf584bbb40fa4ad1..446814959b8dd7964c52430f4bc1b84206da6823 100644 (file)
@@ -1,8 +1,9 @@
-{{ for $treads as $tread }}
+{{ for $threads as $thread }}
 <div class="tread-wrapper">
-       $tread
+       $thread
 </div>
 {{ endfor }}
+
 {{ if $dropping }}
 <div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();">
        <div id="item-delete-selected-icon" class="icon drophide" title="$dropping" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>