Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
        // $Id: header_pieper-freizeit.de_42.inc.php 888 2011-12-14 09:46:11Z tiefland $
        //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 GAS GmbH',0,1,'R');
        $this->SetFont('Arial', '', 10);
        $this->cell(0,4,'Propanfüllwerk + Autogas-Tankstelle',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");
?>