aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/threaded_conversation.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/threaded_conversation.tpl')
-rwxr-xr-xview/tpl/threaded_conversation.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/threaded_conversation.tpl b/view/tpl/threaded_conversation.tpl
index ea5c3c281..5bc7d8386 100755
--- a/view/tpl/threaded_conversation.tpl
+++ b/view/tpl/threaded_conversation.tpl
@@ -1,8 +1,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>