aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/threaded_conversation.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/threaded_conversation.tpl')
-rw-r--r--view/tpl/smarty3/threaded_conversation.tpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/smarty3/threaded_conversation.tpl b/view/tpl/smarty3/threaded_conversation.tpl
index 23a2564b7..a2885ddc3 100644
--- a/view/tpl/smarty3/threaded_conversation.tpl
+++ b/view/tpl/smarty3/threaded_conversation.tpl
@@ -3,11 +3,9 @@
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
-{{foreach $threads as $thread}}
-{{foreach $thread.items as $thread_item}}
+{{foreach $threads as $thread_item}}
{{include file="{{$thread_item.template}}" item=$thread_item}}
{{/foreach}}
-{{/foreach}}
<div id="conversation-end"></div>