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/theme/fancyred/tpl/smarty3/conv_item.tpl | 6 +++++- view/theme/fancyred/tpl/smarty3/theme_settings.tpl | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'view/theme/fancyred') diff --git a/view/theme/fancyred/tpl/smarty3/conv_item.tpl b/view/theme/fancyred/tpl/smarty3/conv_item.tpl index cf0f02f03..c26a05b7f 100644 --- a/view/theme/fancyred/tpl/smarty3/conv_item.tpl +++ b/view/theme/fancyred/tpl/smarty3/conv_item.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}}
{{$item.num_comments}} {{$item.hide_text}}
diff --git a/view/theme/fancyred/tpl/smarty3/theme_settings.tpl b/view/theme/fancyred/tpl/smarty3/theme_settings.tpl index 72749d9ce..82e161618 100644 --- a/view/theme/fancyred/tpl/smarty3/theme_settings.tpl +++ b/view/theme/fancyred/tpl/smarty3/theme_settings.tpl @@ -1,4 +1,8 @@ -{{include file="field_select.tpl" field=$font_size}} +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}{{include file="field_select.tpl" field=$font_size}} {{include file="field_select.tpl" field=$line_height}} -- cgit v1.2.3