Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
        // $Id: header_green-point.de.inc.php 888 2011-12-14 09:46:11Z 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,'Green-Point',0,2,'L');
        $this->cell(0,4,'Wiesbadener Straße 21 - 65199 Wiesbaden',0,2,'L');
        $this->SetFont('Arial', '', 9);
        $this->cell(0,4,'www.green-point.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,'0611-60914290',0,2,'L');
        $this->cell(0,4,'info@green-point.de',0,2,'L');
        $this->cell(0,4,'Fax: 0611-60914292',0,2,'L');
?>