From f436ec6f2176c3b367cee2d40b78fae267ee779a Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 30 Aug 2017 18:55:56 -0700 Subject: some issues with mod_display on very first anonymous page visit (prior to any browser cookies being set) --- view/tpl/conv_frame.tpl | 1 + view/tpl/threaded_conversation.tpl | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/conv_frame.tpl b/view/tpl/conv_frame.tpl index aa7b55e9b..1f0e00db4 100755 --- a/view/tpl/conv_frame.tpl +++ b/view/tpl/conv_frame.tpl @@ -3,3 +3,4 @@
+ 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 @@ +
{{if $photo_item}} {{$photo_item}} {{/if}} {{foreach $threads as $thread_item}} {{include file="{{$thread_item.template}}" item=$thread_item}} {{/foreach}} - +
-- cgit v1.2.3