compiler = $compiler; $_attr = $this->_get_attributes($args); if ($_attr['nocache'] === true) { $this->compiler->trigger_template_error('nocache option not allowed', $this->compiler->lex->taglineno); } // this tag does not return compiled code $this->compiler->has_code = true; return $this->compiler->smarty->left_delimiter; } } ?>