getAttributes($compiler, $args); if ($compiler->template->caching) { $output = "smarty->ext->_make_nocache->save(\$_smarty_tpl, {$_attr[ 'var' ]});\n?>\n"; $compiler->has_code = true; $compiler->suppressNocacheProcessing = true; return $output; } else { return true; } } }