Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
        // $Id: header_egesat.de.inc.php 3058 2010-11-05 09:48:30Z 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,'Egesat GmbH',0,2,'L');
        $this->cell(0,4,'Fischerstr. 50',0,2,'L');
        $this->SetFont('Arial', '', 9);
        $this->cell(0,4,'www.egesat.de',0,2,'L');
        $this->SetFont('Arial', 'B', 8);
        $this->cell(0,2,'',0,2,'L');
        $this->cell(0,4,'Info Line:',0,2,'L');
        $this->SetFont('Arial', '', 8);
        $this->cell(0,4,'0203-730678 oder info@egesat.de',0,2,'L');
        $this->SetFont('Arial', 'B', 8);
        $this->cell(0,2,'',0,2,'L');
        $this->cell(0,4,'Fax: 0203-7383760',0,2,'L');
?>