Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
<?
2
    // $Id: header_pieper-freizeit.de.inc.php 1041 2012-03-26 08:40:35Z tiefland $
3
    //Logo
4
    $this->Image( '../images/Domain-Logos/pieper.jpg', 15, 8, 30 );
5
 
6
 
7
	// Schriftart hinzufügen
8
    $this->AddFont('FuturaBT-ExtraBlack','','futurabt-extrablack.php');
9
    $this->SetFont('FuturaBT-ExtraBlack','',15);
10
 
11
 
12
    //Move to the right
13
    $this->Cell( 30 );
14
    //Title
15
    $this->Cell( 0, 6, 'PIEPER GmbH & Co. KG - Grosshandel', 0, 1, 'R' );
16
    $this->SetFont( 'Arial', '', 10 );
17
    $this->cell( 0, 4, 'ABTEILUNG: CAMPING', 0, 1, 'R' );
18
    $this->cell( 0, 4, 'Sandstrasse 14 - 18 D-45964 Gladbeck', 0, 1, 'R' );
19
    $this->cell( 0, 4, 'Tel. 02043-699-0 Fax 02043-66961', 0, 1, 'R' );
20
    //Line break
21
    $this->Ln( 3 );
22
    $this->cell( 0, 4, 'E-Mail: shop@pieper-gladbeck.de', 0, 1, 'R' );
23
    $this->cell( 0, 4, 'www.pieper-freizeit.de', 0, 1, 'R' );
24
    $this->cell( 0, 4, 'www.pieper-gladbeck.de', 0, 1, 'R' );
25
    $this->SetFont( 'Arial', '', 10 );
26
    $this->cell( 0, 4, 'www.pieper-golf.de', 0, 1, 'R' );
27
    $this->cell( 0, 4, 'www.bootdepot.de', 0, 1, 'R' );
28
    $this->cell( 0, 4, 'www.zeltdepot.de', 0, 1, 'R' );
29
    $this->cell( 0, 4, 'Seite: ' . $this->PageNo(), 0, 1, "R" );
30
?>