diff options
Diffstat (limited to 'view/tpl/threaded_conversation.tpl')
-rw-r--r-- | view/tpl/threaded_conversation.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/threaded_conversation.tpl b/view/tpl/threaded_conversation.tpl index e91c49bb1..0f949265c 100644 --- a/view/tpl/threaded_conversation.tpl +++ b/view/tpl/threaded_conversation.tpl @@ -1,6 +1,6 @@ -{{ for $threads as $xyz }} -{{ for $xyz.items as $item }} -{{ inc $item.template }}{{ endinc }} +{{ for $threads as $thread }} +{{ for $thread.items as $thread_item }} +{{ inc $thread_item.template with $item=$thread_item }}{{ endinc }} {{ endfor }} {{ endfor }} |