Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
    // $Id: header_hausshop-24.de_2.inc.php 3245 2011-02-10 11:07:13Z niewerth $
    setLocale( LC_TIME, "de_DE.ISO-8859-15@euro" );
    $this->setY( 10 );
    //Arial bold 15
    $this->SetFont( 'Arial', 'B', 10 );
    //Move to the right
    $this->Cell( 125 );
    //Title
    $this->Cell( 0, 4, 'Green-Point GmbH', 0, 2, 'L' );
    $this->cell( 0, 4, 'Kieselstr. 17 - 56357 Miehlen', 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, '0 67 72 - 96 44 930', 0, 2, 'L' );
    $this->cell( 0, 4, 'info@green-point.de', 0, 2, 'L' );
    $this->cell( 0, 4, 'Fax: 0 67 72-96 98 239', 0, 2, 'L' );
    //Rechungszeile
    $this->SetFont( 'Arial', 'B', 8 );
    $this->cell( 0, 4, 'Rechnungs-Nr.: ' . $r_nr, 0, 2, 'L' );
    if ( LEISTUNGS_DATUM == true )
    {
        $this->cell( 0, 4, 'Datum: ' . $dat["Datum"], 0, 2, 'L' );
    }
    else
    {
        $this->cell( 0, 4, 'Datum: ' . date( 'd.m.Y' ), 0, 2, 'L' );
    }
?>