Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
        // $Id: header_zeldi.de.inc.php 3185 2011-01-25 11:53:06Z tiefland $
        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,'Kaniewski Handels GmbH & Co KG',0,2,'L');
        $this->cell(0,4,'Wallstr. 95 - 45770 Marl',0,2,'L');
        $this->SetFont('Arial', '', 9);
        $this->cell(0,4,'www.zeldi.de',0,2,'L');
        $this->SetFont('Arial', 'B', 8);
        $this->cell(0,2,'',0,2,'L');
        $this->cell(0,4,'Info Line Verkauf/Beratung:',0,2,'L');
        $this->SetFont('Arial', '', 8);
        $this->cell(0,4,'02365-9246380 oder info@zeldi.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,'02365-9246370 oder service@zeldi.de',0,2,'L');
        $this->cell(0,2,'',0,2,'L');
        $this->cell(0,4,'Fax: 02365-9246390',0,2,'L');
?>