setFlag(null); $filename = null; if (file_exists("./themes/t01/img/logo_customer.png") === true) { $filename = "./themes/t01/img/logo_customer.png"; } if (file_exists("./themes/t01/img/logo_customer.jpg") === true) { $filename = "./themes/t01/img/logo_customer.jpg"; } $f->template_header_txt = ""; $cle_acces_document = $f->get_submitted_get_value('key'); if (empty($cle_acces_document)) { $cle_acces_document = $f->get_submitted_post_value('cle_acces_document'); } $f->template_header_link = "notification.php?key=$cle_acces_document"; $inst = $f->get_inst__om_dbform(array( "obj" => "instruction_notification_document", "idx" => 0, )); $inst->view_telecharger_document_anonym($f);