diff options
Diffstat (limited to 'view/tpl/threaded_conversation.tpl')
-rw-r--r-- | view/tpl/threaded_conversation.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/threaded_conversation.tpl b/view/tpl/threaded_conversation.tpl index 0f949265c..098e399b7 100644 --- a/view/tpl/threaded_conversation.tpl +++ b/view/tpl/threaded_conversation.tpl @@ -1,8 +1,6 @@ -{{ for $threads as $thread }} -{{ for $thread.items as $thread_item }} +{{ for $threads as $thread_item }} {{ inc $thread_item.template with $item=$thread_item }}{{ endinc }} {{ endfor }} -{{ endfor }} <div id="conversation-end"></div> |