Subversion-Projekte lars-tiefland.content-management

Revision

Revision 1 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<?
    // $Id: header_schilder-eck.de.inc.php 4132 2011-12-09 08:59:50Z erling $
    setLocale( LC_TIME, "de_DE.ISO-8859-15@euro" );
        $this->setY(20);
        //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->SetFont('Arial', '', 8);
        //$this->cell(0,4,'Hermannstraße 97',0,2,'L');
        //$this->cell(0,4,'45964 Gladbeck',0,2,'L');
        $this->cell(0,4,'www.schilder-eck.de - 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');

?>