Blame | Letzte Änderung | Log anzeigen | RSS feed
<?// $Id: header_werkstatt.pieper-freizeit.de.inc.php 253 2008-08-01 10:43:37Z lautsch $global $b_id;//Logo$this->Image('../images/Domain-Logos/pieper.jpg',10,8,30);//Arial bold 15$this->SetFont('Arial','B',15);//Move to the right$this->Cell(30);//Title$this->Cell(0,6,'PIEPER Technik GmbH',0,1,'R');$this->SetFont('Arial', '', 10);$this->cell(0,4,'Sandstrasse 14 - 18 D-45964 Gladbeck',0,1,'R');$this->cell(0,4,'Tel. 02043-699-10 Fax 02043-66961',0,1,'R');//Line break$this->Ln(3);$this->cell(0,4,"Rechnung für Bestellung ".$b_id,0,1,'R');$this->cell(0,4,'E-Mail: shop@pieper-gladbeck.de',0,1,'R');$this->cell(0,4,'www.pieper-freizeit.de',0,1,'R');$this->cell(0,4,'www.pieper-gladbeck.de',0,1,'R');$this->SetFont('Arial', '', 10);$this->cell(0,4,'www.pieper-golf.de',0,1,'R');$this->cell(0,4,'www.bootdepot.de',0,1,'R');$this->cell(0,4,'www.zeltdepot.de',0,1,'R');$this->cell(0,4,'www.reitsportdepot.de',0,1,'R');$this->cell(0,4,'Seite: '.$this->PageNo(),0,1,"R");?>