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/redbasic/tpl/smarty3/theme_settings.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'view/theme/redbasic/tpl/smarty3/theme_settings.tpl') diff --git a/view/theme/redbasic/tpl/smarty3/theme_settings.tpl b/view/theme/redbasic/tpl/smarty3/theme_settings.tpl index 27f356b92..bc7c2136a 100644 --- a/view/theme/redbasic/tpl/smarty3/theme_settings.tpl +++ b/view/theme/redbasic/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 From 690e278d956579a5d6b1b5b94e48c5b09b3134ba Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Fri, 11 Jan 2013 10:00:26 -0700 Subject: add newline at end of header --- view/theme/redbasic/tpl/smarty3/theme_settings.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/theme/redbasic/tpl/smarty3/theme_settings.tpl') diff --git a/view/theme/redbasic/tpl/smarty3/theme_settings.tpl b/view/theme/redbasic/tpl/smarty3/theme_settings.tpl index bc7c2136a..f91f24de6 100644 --- a/view/theme/redbasic/tpl/smarty3/theme_settings.tpl +++ b/view/theme/redbasic/tpl/smarty3/theme_settings.tpl @@ -2,7 +2,8 @@ * 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=$font_size}} {{include file="field_select.tpl" field=$line_height}} -- cgit v1.2.3