Server geändert
This commit is contained in:
@ -67,7 +67,7 @@ if(!isset($hist)){
|
||||
$heute_format = $row_dat[datum];
|
||||
}
|
||||
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
@ -420,7 +420,7 @@ $pdf->SetX(23);
|
||||
#$pdf->SetLeftMargin(23); #Für HTML
|
||||
|
||||
# Block mit Fettdruck durch Bild ersetzt
|
||||
$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #http://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
$pdf->Image('anschreiben/ZEP_Block_apro.jpg', 24,$pos,167); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
|
||||
#Originalblock:
|
||||
#$pdf->SetFont('Arial', '', 12);
|
||||
#$pdf->SetY($pos);
|
||||
|
Reference in New Issue
Block a user