library/smarty/libs/sysplugins/smarty_internal_compile_include.php
changeset 7 3ed6f90e97d9
parent 0 4869aea77e21
equal deleted inserted replaced
6:6c23ee543e0e 7:3ed6f90e97d9
   126             }
   126             }
   127         }
   127         }
   128 
   128 
   129         /*
   129         /*
   130         * if the {include} tag provides individual parameter for caching or compile_id
   130         * if the {include} tag provides individual parameter for caching or compile_id
   131         * the subtemplate must not be included into the common cache file and is treated like
   131         * the subtemplate must not be included into the core cache file and is treated like
   132         * a call in nocache mode.
   132         * a call in nocache mode.
   133         *
   133         *
   134         */
   134         */
   135         if ($_attr['nocache'] !== true && $_attr['caching']) {
   135         if ($_attr['nocache'] !== true && $_attr['caching']) {
   136             $_caching = $_new_caching = (int)$_attr['caching'];
   136             $_caching = $_new_caching = (int)$_attr['caching'];