diff options
Diffstat (limited to 'view/tpl/smarty3/threaded_conversation.tpl')
-rw-r--r-- | view/tpl/smarty3/threaded_conversation.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/smarty3/threaded_conversation.tpl b/view/tpl/smarty3/threaded_conversation.tpl index e452fc0b5..c20f8a3d6 100644 --- a/view/tpl/smarty3/threaded_conversation.tpl +++ b/view/tpl/smarty3/threaded_conversation.tpl @@ -1,5 +1,7 @@ {{foreach $threads as $thread}} -{{include file="{{$thread.template}}" item=$thread}} +{{foreach $thread.items as $thread_item}} +{{include file="{{$thread_item.template}}" item=$thread_item}} +{{/foreach}} {{/foreach}} <div id="conversation-end"></div> |