X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost%2Fsmarty3%2Fthreaded_conversation.tpl;h=f5c9b3c63c66e0616f794da6f00701ca4ee1df34;hb=d62483f526c76b863b2a8bb3493a255d1017ad4e;hp=6bf8e8e4dd5e59e394e6a61ab4f116761e23187a;hpb=453082516e90aba59553fd4392b2cdfed6ae9a57;p=friendica.git diff --git a/view/theme/frost/smarty3/threaded_conversation.tpl b/view/theme/frost/smarty3/threaded_conversation.tpl index 6bf8e8e4dd..f5c9b3c63c 100644 --- a/view/theme/frost/smarty3/threaded_conversation.tpl +++ b/view/theme/frost/smarty3/threaded_conversation.tpl @@ -1,15 +1,24 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} {{if $dropping}} +{{else}} +{{if $mode==display}} +
+{{/if}} {{/if}} {{$live_update}} {{foreach $threads as $thread}} -{{include file="file:{{$thread.template}}" item=$thread}} +{{include file="{{$thread.template}}" item=$thread}} {{/foreach}}