//######################HEADER########### //--------------------------------------- // Information und Logo //--------------------------------------- //y-Position setzten $pdf->SetY(25); //Setzten des Teenstreets Logo $pdf->SetX(20); $pdf->Image("images/MN_Logo_kleiner.png", $pdf->GetX(), $pdf->GetY(), 60, 20, 'png', 'http://www.mission-net.org'); //Zweites Logo $pdf->SetY(25); $pdf->SetX(135); $pdf->Image("images/MN_Logo_kleiner.png", $pdf->GetX(), $pdf->GetY(), 60, 20, 'png', 'http://www.mission-net.org'); //Linie $pdf->setLineWidth(1); $pdf->Line(20, 45, 195, 45); //Cell, Anmeldung gueltig $pdf->SetY(50); $pdf->SetFont('Arial', 'B', 10); $pdf->Cell(0, 1, T_("Please print this page, sign it and send it to us, if you are under 18 years."), 0, 0, 'R'); //#################HEADER END############ //#################Mission-Net ADDRESS####### $pdf->SetX(20); $pdf->SetY(55); $pdf->SetFont('Arial', 'B', 12); $pdf->Write(5, "Mission-Net", 0, 'L'); $pdf->ln(); $pdf->Write(5, "Registration", 0, 'L'); $pdf->ln(); $pdf->Write(5, "Alte Neckarelzerstr. 2", 0, 'L'); $pdf->ln();