Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
        // $Id: header_confetti.de.inc.php 42 2007-04-18 10:07:34Z tiefland $
        setLocale(LC_TIME,"de_DE.ISO-8859-15@euro");
        $this->setY(35);
        //Arial bold 15
        $this->SetFont('Arial', '', 10);
        //Move to the right
        $this->Cell(30);
        //Title
        $this->Cell(0,6,'Inh. Jörg Janssen',0,1,'R');
        $this->cell(0,4,'Humboldtstr. 2',0,1,'R');
        $this->cell(0,4,'D-45968 Gladbeck',0,1,'R');
        $this->cell(0,4,'Tel. 02043 - 98 98 98',0,1,'R');
        $this->cell(0,4,'Fax  02043 - 98 98 97',0,1,'R');
        //Line break
        $this->Ln(3);
        $this->SetFont('Arial', '', 10);
        $this->cell(0,4,'E-Mail: info@confetti.de',0,1,'R');
        $this->cell(0,4,'Internet: www.confetti.de',0,1,'R');
        $this->cell(0,4,"Rechnung Nr.: $r_nr",0,1,'R');
        $this->cell(0,4,strftime("%A, %d. %B %Y", time()),0,1,'R');
        $this->cell(0,4,'Seite: '.$this->PageNo(),0,1,"R");
?>