getName() . '.php'; if(file_exists($viewFile)) { if(!empty($node->getNodeData()->getData())) { extract($node->getNodeData()->getData()); } $captcha = new Captcha; $_SESSION['captcha'] = $captcha->getSolution(); $admin_content = ''; if($_SESSION['admin']) { $admin_content = '' //. '

Configuration du formulaire

' . "\n" . '
' . "\n" /*. '

' . "\n"*/ . '

' . "\n" . '

' . '
' . "\n"; } ob_start(); require $viewFile; $this->html = ob_get_clean(); // pas de concaténation ici, on écrase } } }