diff options
author | Zach Prezkuta <fermion@gmx.com> | 2013-01-06 16:08:56 -0700 |
---|---|---|
committer | Zach Prezkuta <fermion@gmx.com> | 2013-01-06 16:08:56 -0700 |
commit | 4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739 (patch) | |
tree | 886f29ccaafb966af2544e8be10d359acd698254 /view/tpl/smarty3/threaded_conversation.tpl | |
parent | a0d19ffb7241a1c7a4b85e6d0fd58fbb2f718468 (diff) | |
download | volse-hubzilla-4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739.tar.gz volse-hubzilla-4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739.tar.bz2 volse-hubzilla-4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739.zip |
rebase and update themes
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> |