/** * Private Method */ function _out($s) { if ($this->state == 2 && $this->_intpl) { $this->tpls[$this->tpl]['buffer'] .= $s . "\n"; } else { parent::_out($s); } }