aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/threaded_conversation.tpl
blob: 5bc7d8386aae805a27a386e5c0cf423e368e9104 (plain) (blame)
1
2
3
4
5
6
7
8
9
<div id="threads-begin"></div>
{{if $photo_item}}
{{$photo_item}}
{{/if}}
{{foreach $threads as $thread_item}}
{{include file="{{$thread_item.template}}" item=$thread_item}}
{{/foreach}}
<div id="threads-end"></div>
<div id="conversation-end"></div>