From 34dc11d68ee474cf7dbb1f2e86befe4bae3caf42 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Fri, 11 Jan 2013 09:57:23 -0700 Subject: add warning messae about automatically generated templates --- view/tpl/smarty3/conv.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'view/tpl/smarty3/conv.tpl') diff --git a/view/tpl/smarty3/conv.tpl b/view/tpl/smarty3/conv.tpl index ddb959b84..431c09119 100644 --- a/view/tpl/smarty3/conv.tpl +++ b/view/tpl/smarty3/conv.tpl @@ -1,4 +1,8 @@ -{{foreach $threads as $thread}} +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}{{foreach $threads as $thread}}
{{foreach $thread.items as $item}} {{if $item.comment_firstcollapsed}} -- cgit v1.2.3