Blame | Letzte Änderung | Log anzeigen | RSS feed
<?// $Id: header_pieper-freizeit.de.inc.php 3980 2011-10-10 06:53:08Z erling $//Logo$this->Image('../images/Domain-Logos/pieper.jpg',10,8,30);// Schriftart hinzufügen$this->AddFont('FuturaBT-ExtraBlack','','futurabt-extrablack.php');$this->SetFont('FuturaBT-ExtraBlack','',15);//Move to the right$this->Cell(30);//Title$this->Cell(0,6,'PIEPER GmbH & Co. KG - Grosshandel',0,1,'R');$this->SetFont('Arial', '', 10);$this->cell(0,4,'ABTEILUNG: CAMPING',0,1,'R');$this->cell(0,4,'Sandstrasse 14 - 18 D-45964 Gladbeck',0,1,'R');$this->cell(0,4,'Tel. 02043-699-0 Fax 02043-66961',0,1,'R');//Line break$this->Ln(3);$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.grillshop-24.de',0,1,'R');$this->cell(0,4,'Seite: '.$this->PageNo(),0,1,"R");?>