Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
    // $Id: header_egesat.de.inc.php 3298 2011-02-21 11:53:25Z erling $
    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, 'Egesat GmbH', 0, 2, 'L' );
    $this->cell( 0, 4, 'Fischerstr. 50 - 47055 Duisburg', 0, 2, 'L' );
    $this->SetFont( 'Arial', '', 9 );
    $this->cell( 0, 4, 'www.egesat.de', 0, 2, 'L' );
    $this->SetFont( 'Arial', '', 8 );
    $this->cell( 0, 2, '', 0, 2, 'L' );
    $this->cell( 0, 4, 'Info Line:', 0, 2, 'L' );
    $this->SetFont( 'Arial', 'B', 8 );
    $this->cell( 0, 4, '+49 (0)203-730678 oder info@egesat.de', 0, 2, 'L' );
    $this->SetFont( 'Arial', '', 8 );
    $this->cell( 0, 2, '', 0, 2, 'L' );
    $this->cell( 0, 4, 'Fax: +49 (0)203-7383760', 0, 2, 'L' );
    

?>