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