add warning message about automatically generated templates

This commit is contained in:
Zach Prezkuta 2013-01-11 09:57:11 -07:00
parent f24d460522
commit 1656c63a55
630 changed files with 3148 additions and 611 deletions

View file

@ -1,4 +1,8 @@
<nav>
{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}} <nav>
{{$langselector}}
<div id="site-location">{{$sitelocation}}</div>

View file

@ -1,4 +1,8 @@
{{include file="field_select.tpl" field=$color}}
{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}{{include file="field_select.tpl" field=$color}}
{{include file="field_select.tpl" field=$font_size}}
{{include file="field_select.tpl" field=$resize}}
{{include file="field_select.tpl" field=$theme_width}}