Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
        // $Id: header_schaumstoffcenter.de.inc.php 1457 2009-08-14 13:55:27Z erling $
        setLocale(LC_TIME,"de_DE.ISO-8859-15@euro");
        $this->setY(40);
        //Arial bold 15
        $this->SetFont('Arial', 'B', 10);
        //Move to the right
        $this->Cell(125);
        //Title
        $this->Cell(0,4,'Schaumstoffcenter Frank Stephan',0,2,'L');
        $this->cell(0,4,'Haldenstr. 25 - 45966 Gladbeck',0,2,'L');
        $this->SetFont('Arial', '', 9);
        $this->cell(0,4,'www.schaumstoffcenter.de',0,2,'L');
        $this->SetFont('Arial', 'B', 8);
        $this->cell(0,2,'',0,2,'L');
        $this->cell(0,4,'Info Line Versand/Logistik:',0,2,'L');
        $this->SetFont('Arial', '', 8);
        $this->cell(0,4,'(0 20 43) 4 48 47',0,2,'L');
        $this->cell(0,4,'info@schaumstoffcenter.de',0,2,'L');
        $this->cell(0,4,'Fax: (0 20 43) 4 26 19',0,2,'L');
?>