Blame | Letzte Änderung | Log anzeigen | RSS feed
<?// $Id: header_teile-freak.de.inc.php 2659 2010-06-29 07:57:29Z erling $setLocale(LC_TIME,"de_DE.ISO-8859-15@euro");$this->setY(35);//Arial bold 15$this->SetFont('Arial', '', 10);//Move to the right$this->Cell(30);//Title$this->Cell(0,6,'teile-freak - Weiner GmbH & Co. KG ',0,1,'R');$this->cell(0,4,'Weidkamp 236',0,1,'R');$this->cell(0,4,'D-45356 Essen',0,1,'R');$this->cell(0,4,'Tel. 0201-8665-8',0,1,'R');$this->cell(0,4,'Fax 0201-8665-666',0,1,'R');//Line break$this->Ln(3);$this->SetFont('Arial', '', 10);$this->cell(0,4,'E-Mail: info@teile-freak.de',0,1,'R');$this->cell(0,4,'Internet: www.teile-freak.de',0,1,'R');$this->cell(0,4,"Rechnung Nr.: $r_nr",0,1,'R');$this->cell(0,4,strftime("%A, %d. %B %Y", time()),0,1,'R');$this->cell(0,4,'Seite: '.$this->PageNo(),0,1,"R");?>