Peux-tu me débuguer, en faisant un echo avant l'instruction
Comme ça :
//débug
echo $this->_tmpl;
//débug
echo $this->_munge_input($this->_tmpl); exit;
eval('?>' . $this->_munge_input($this->_tmpl));
//débug
echo $this->_tmpl;
//débug
echo $this->_munge_input($this->_tmpl); exit;
eval('?>' . $this->_munge_input($this->_tmpl));