equal
deleted
inserted
replaced
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']; |