compiler = $compiler; $this->required_attributes = array('name'); $this->optional_attributes = array('assign'); // check and get attributes $_attr = $this->_get_attributes($args); $save = array($_attr, $compiler->template->extracted_compiled_code, $compiler->template->extract_code); $this->_open_tag('block', $save); $compiler->template->extract_code = true; $compiler->template->extracted_compiled_code = ''; $compiler->template->has_code = false; return true; } } ?>