Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
        // $Id: header_schilder-eck.de.inc.php 1659 2009-10-09 11:47:13Z 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,'Schilder-Eck GmbH',0,2,'L');
        $this->cell(0,4,'Hermannstraße 97 - 45964 Gladbeck',0,2,'L');
        $this->SetFont('Arial', '', 9);
        $this->cell(0,4,'www.schilder-eck.de',0,2,'L');
        $this->SetFont('Arial', '', 8);
        $this->cell(0,4,'info@schilder-eck.de',0,2,'L');
        $this->cell(0,4,'Tel.: 02043 / 275634',0,2,'L');
        $this->cell(0,4,'Fax: 02043 / 375631',0,2,'L');

        $this->SetFont('Arial', 'B', 8);
        $this->cell(0,2,'',0,2,'L');
        $this->cell(0,4,'Öffnungszeiten:',0,2,'L');
        $this->SetFont('Arial', '', 8);
        $this->cell(0,4,'Mo-Fr: 09:00 - 13:00 Uhr u. 13:30 - 17:00 Uhr',0,2,'L');
        
        
        
?>