Prevents minor warnings.
[banana.git] / banana / templates / banana-thread.inc.tpl
index 91a7098..482d0c8 100644 (file)
@@ -53,7 +53,7 @@
   </tr>
   {if !$artid && $spool->nextPost($id)}
   <tr class="{$class}">
-    <td colspan="3" class="thread_tree">{$spool->buildTree($id)|smarty:nodefaults}</td>
+    <td colspan="3" class="thread_tree">{$spool->getTree($id)|smarty:nodefaults}</td>
   </tr>
   {/if}
   {/section}
   </tr>
   {/if}
 </table>
+{$smarty.capture.pages|smarty:nodefaults}
 {if $showboxlist}
-{include file="banana-boxlist.inc.tpl" grouplist=$groups withstats=true}
+<br />
+{include file="banana-boxlist.inc.tpl" grouplist=$groups withstats=true withsubs=false withfeed=false}
 {/if}
-{$smarty.capture.pages|smarty:nodefaults}
 
 {* vim:set et sw=2 sts=2 ts=2 enc=utf-8: *}