17 lines
467 B
PHP
17 lines
467 B
PHP
<?php
|
|
$this->SetLineWidth(0.1);
|
|
$this->Line(7, 105, 12, 105);
|
|
$this->Line(7, 148.5, 12, 148.5);
|
|
$this->Line(7, 210, 12, 210);
|
|
|
|
$this->Image('img/1000_logo.gif', 20, 20, 50);
|
|
|
|
$this->SetFont('Helvetica', '', 10);
|
|
$this->SetY(20);
|
|
$this->SetLeftMargin(148);
|
|
$this->Cell(52, 4, "CS medien - Christian Steinle", 0, 1, 'R');
|
|
$this->Cell(52, 4, "Geislinger Str. 14", 0, 1, 'R');
|
|
$this->Cell(52, 4, "73312 Geislingen", 0, 1, 'R');
|
|
|
|
$this->SetLeftMargin(20);
|
|
$this->SetY(55); |