Einchecken des Online-Codes

This commit is contained in:
2017-05-07 14:37:49 +00:00
parent 9c1d71cea6
commit 85cc95c574
635 changed files with 76260 additions and 0 deletions

16
inhalte/pdf/footer.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
$this->SetLeftMargin(10);
$this->SetX(10);
$this->SetDrawColor(102, 0, 0);
$this->SetLineWidth(0.1);
$this->Line(10,280,192,280);
$this->SetY(-15);
$this->SetTextColor(102, 0, 0);
$this->SetFont('Helvetica', 'B', 8);
$this->Cell(40, 4, 'Seite '.$this->PageNo().' von {nb}', 0, 0);
$this->SetX(125);
$this->Cell(67, 4, "WACHTER Immobilien", 0, 1, 'R');
$this->SetY(0);
?>