diff --git a/Controleur/ControleurAjaxavenantincorporation.php b/Controleur/ControleurAjaxavenantincorporation.php index c3b4a28a..89dfa9ea 100644 --- a/Controleur/ControleurAjaxavenantincorporation.php +++ b/Controleur/ControleurAjaxavenantincorporation.php @@ -30,14 +30,15 @@ class ControleurAjaxavenantincorporation extends Controleurrequete $pdf->SetMargins(10, 10, 10) ; + $pdf->Image($_SESSION['dossierImage'].'/logo_etat.png',10,10,180); + $pdf->SetFont('Arial','B', 15); - $pdf->SetY(30); + $pdf->SetY(35); $pdf->SetFillColor(135,206,250); // bleu $pdf->Cell(0,$ht,convertirc("INCORPORATION ENDORSEMENT"),1,1,'C',true); - $pdf->Image($_SESSION['dossierImage'].'/logo_etat.png',10,10,180); $pdf->SetFont('Arial','B', 10);