Index: /branches/release-35/tmpl/cms/edit_template.tmpl
===================================================================
--- /branches/release-35/tmpl/cms/edit_template.tmpl (revision 1949)
+++ /branches/release-35/tmpl/cms/edit_template.tmpl (revision 1965)
@@ -681,12 +681,14 @@
             <label for="server-side-include"><__trans phrase="Process as <strong>[_1]</strong> include" params="<$mt:var name="ssi_type"$>"></label>
         </mtapp:setting>
-        <mtapp:setting
-            id="include_cache_path"
-            label="<__trans phrase="Include cache path">"
-            shown="<mt:if name="include_with_ssi">0<mt:else>1</mt:if>">
-            <div class="textarea-wrapper">
-                <input type="text" id="include-cache-path" name="cache_path" value="<mt:var name="cache_path">" maxlength="255" class="full-width" mt:watch-change="1" />
-            </div>
-        </mtapp:setting>
+        <mt:ignore>
+            <mtapp:setting
+                id="include_cache_path"
+                label="<__trans phrase="Include cache path">"
+                shown="<mt:if name="include_with_ssi">0<mt:else>1</mt:if>">
+                <div class="textarea-wrapper">
+                    <input type="text" id="include-cache-path" name="cache_path" value="<mt:var name="cache_path">" maxlength="255" class="full-width" mt:watch-change="1" />
+                </div>
+            </mtapp:setting>
+        </mt:ignore>
     </mt:if>
 
