X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fsmarty3%2Fthreaded_conversation.tpl;h=bcdcf6e7be51e7b9c117795ccca5cef0266f5976;hb=d62483f526c76b863b2a8bb3493a255d1017ad4e;hp=0830063c61462cf489d9d6b36dfd5b595b493672;hpb=1d6dd1666f4fc5da64447a48e158f8755d1d2a1b;p=friendica.git diff --git a/view/smarty3/threaded_conversation.tpl b/view/smarty3/threaded_conversation.tpl index 0830063c61..bcdcf6e7be 100644 --- a/view/smarty3/threaded_conversation.tpl +++ b/view/smarty3/threaded_conversation.tpl @@ -1,7 +1,12 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} {{$live_update}} {{foreach $threads as $thread}} -{{include file="file:{{$thread.template}}" item=$thread}} +{{include file="{{$thread.template}}" item=$thread}} {{/foreach}}