From: Domovoy Date: Tue, 7 Aug 2012 10:08:36 +0000 (+0200) Subject: Wall to wall items should now be threaded too. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5ca71d04b2de63b969c6c367f2f05067b2c9dd46;p=friendica.git Wall to wall items should now be threaded too. --- diff --git a/view/wallwall_thread.tpl b/view/wallwall_thread.tpl index b7cca3fab9..3986b065c1 100644 --- a/view/wallwall_thread.tpl +++ b/view/wallwall_thread.tpl @@ -1,3 +1,10 @@ +{{if $item.comment_firstcollapsed}} +
+ $item.num_comments $item.hide_text +
+ +{{ for $item.children as $item }} + {{ inc $item.template }}{{ endinc }} +{{ endfor }} +{{ if $item.flatten }} +
+ $item.comment +
+{{ endif }} + +{{if $item.comment_lastcollapsed}}{{endif}}