]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/smarty3/wall_thread.tpl
add warning message about automatically generated templates
[friendica.git] / view / theme / vier / smarty3 / wall_thread.tpl
index 386164f18c3ee5341d58ab2e5d387b27ecee82a7..c6aec01f245ed0f21e66e95d136b25ac63309dc2 100644 (file)
@@ -1,4 +1,8 @@
-{{if $mode == display}}
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}{{if $mode == display}}
 {{else}}
 {{if $item.comment_firstcollapsed}}
        <div class="hide-comments-outer">
        {{if $item.type == tag}}
                {{include file="wall_item_tag.tpl" item=$child}}
        {{else}}
-               {{include file="file:{{$item.template}}" item=$child}}
+               {{include file="{{$item.template}}" item=$child}}
        {{/if}}
 {{/foreach}}