diff options
Diffstat (limited to 'view/tpl/threaded_conversation.tpl')
-rwxr-xr-x | view/tpl/threaded_conversation.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/tpl/threaded_conversation.tpl b/view/tpl/threaded_conversation.tpl new file mode 100755 index 000000000..ea5c3c281 --- /dev/null +++ b/view/tpl/threaded_conversation.tpl @@ -0,0 +1,8 @@ +{{if $photo_item}} +{{$photo_item}} +{{/if}} +{{foreach $threads as $thread_item}} +{{include file="{{$thread_item.template}}" item=$thread_item}} +{{/foreach}} + +<div id="conversation-end"></div> |