Modif du deuxieme intitule
This commit is contained in:
parent
a80acfc298
commit
4fab3feeac
@ -78,12 +78,13 @@ Class pdf_tourteau {
|
|||||||
$pdf->MultiCell(40, 5, "SIREN : ".FAC_PDF_SIREN);
|
$pdf->MultiCell(40, 5, "SIREN : ".FAC_PDF_SIREN);
|
||||||
}
|
}
|
||||||
|
|
||||||
$pdf->SetXY(100,5);
|
if (defined("FAC_PDF_INTITULE2"))
|
||||||
$pdf->SetFont('Arial','B',14);
|
{
|
||||||
$pdf->SetTextColor(0,0,200);
|
$pdf->SetXY(100,5);
|
||||||
$titre = "Artisan Logiciel Libre";
|
$pdf->SetFont('Arial','B',14);
|
||||||
$pdf->MultiCell(100, 10, $titre, '' , 'R');
|
$pdf->SetTextColor(0,0,200);
|
||||||
|
$pdf->MultiCell(100, 10, FAC_PDF_INTITULE2, '' , 'R');
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
* Adresse Client
|
* Adresse Client
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user