9 lines
191 B
Smarty
Executable File
9 lines
191 B
Smarty
Executable File
{{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>
|