doc .= $value; return true; } $value = $this->config['prefix'] . $value . $this->config['postfix']; $doc = p_render($mode, p_get_instructions($value), $info); $R->doc .= $doc; // FIXME this probably does not work for all renderers return true; } }