Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
        // $Id: header_pieper-freizeit.de.inc.php 885 2008-11-17 12:03:33Z tiefland $
        //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 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,'Seite: '.$this->PageNo(),0,1,"R");
?>