aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/threaded_conversation.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-30 18:55:56 -0700
committerzotlabs <mike@macgirvin.com>2017-08-30 18:55:56 -0700
commitf436ec6f2176c3b367cee2d40b78fae267ee779a (patch)
tree8022c9dfde5435f0634b66b97aa482668e4bb88b /view/tpl/threaded_conversation.tpl
parentbe097bf415c898c470e85e89cd059e7121517d15 (diff)
downloadvolse-hubzilla-f436ec6f2176c3b367cee2d40b78fae267ee779a.tar.gz
volse-hubzilla-f436ec6f2176c3b367cee2d40b78fae267ee779a.tar.bz2
volse-hubzilla-f436ec6f2176c3b367cee2d40b78fae267ee779a.zip
some issues with mod_display on very first anonymous page visit (prior to any browser cookies being set)
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>