aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/tpl/threaded_conversation.tpl
blob: ea5c3c2816c5dd8b08079a53bbafb6394ecf572b (plain) (blame)
1
2
3
4
5
6
7
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>