Modif du deuxieme intitule

This commit is contained in:
Rodolphe Quiedeville 2003-05-16 12:48:32 +00:00
parent a80acfc298
commit 4fab3feeac

View File

@ -78,12 +78,13 @@ Class pdf_tourteau {
$pdf->MultiCell(40, 5, "SIREN : ".FAC_PDF_SIREN); $pdf->MultiCell(40, 5, "SIREN : ".FAC_PDF_SIREN);
} }
if (defined("FAC_PDF_INTITULE2"))
{
$pdf->SetXY(100,5); $pdf->SetXY(100,5);
$pdf->SetFont('Arial','B',14); $pdf->SetFont('Arial','B',14);
$pdf->SetTextColor(0,0,200); $pdf->SetTextColor(0,0,200);
$titre = "Artisan Logiciel Libre"; $pdf->MultiCell(100, 10, FAC_PDF_INTITULE2, '' , 'R');
$pdf->MultiCell(100, 10, $titre, '' , 'R'); }
/* /*
* Adresse Client * Adresse Client
*/ */