X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fsmarty3%2Fthreaded_conversation.tpl;h=dc3e918f610e0fe099a79add9dc5fd030075fea8;hb=d62483f526c76b863b2a8bb3493a255d1017ad4e;hp=a7516a8a31bc76f7d5434c4b64f12812d69c5260;hpb=a29842e3019255efd3f91fc01df29f5837d54fa4;p=friendica.git diff --git a/view/theme/vier/smarty3/threaded_conversation.tpl b/view/theme/vier/smarty3/threaded_conversation.tpl index a7516a8a31..dc3e918f61 100644 --- a/view/theme/vier/smarty3/threaded_conversation.tpl +++ b/view/theme/vier/smarty3/threaded_conversation.tpl @@ -1,3 +1,8 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} {{$live_update}} {{foreach $threads as $thread}} @@ -8,7 +13,7 @@ {{if $thread.type == tag}} {{include file="wall_item_tag.tpl" item=$thread}} {{else}} - {{include file="file:{{$thread.template}}" item=$thread}} + {{include file="{{$thread.template}}" item=$thread}} {{/if}}