aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/wall_thread.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/wall_thread.tpl')
-rw-r--r--view/tpl/smarty3/wall_thread.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/tpl/smarty3/wall_thread.tpl b/view/tpl/smarty3/wall_thread.tpl
index 39d0bee25..d366048e5 100644
--- a/view/tpl/smarty3/wall_thread.tpl
+++ b/view/tpl/smarty3/wall_thread.tpl
@@ -1,4 +1,8 @@
-{{if $item.comment_firstcollapsed}}
+{{*
+ * AUTOMATICALLY GENERATED TEMPLATE
+ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}{{if $item.comment_firstcollapsed}}
<div class="hide-comments-outer">
<span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">{{$item.num_comments}}</span> <span id="hide-comments-{{$item.id}}" class="hide-comments fakelink" onclick="showHideComments({{$item.id}});">{{$item.hide_text}}</span>
</div>