aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/threaded_conversation.tpl
blob: 6e773088eb5d2aac1f4e25a0b804d5054fe689b9 (plain) (tree)
1
2
3
4
5
6
7
8
9
                 
                              
       


                  


                                                              
                 
                            
                                 
       
{{if !$preview }}
<div id="threads-begin"></div>
{{/if}}
{{if $photo_item}}
{{$photo_item}}
{{/if}}
{{foreach $threads as $thread_item}}
{{include file="{{$thread_item.template}}" item=$thread_item}}
{{/foreach}}
{{if !$preview }}
<div id="threads-end"></div>
<div id="conversation-end"></div>
{{/if}}