| 2 |
lars |
1 |
<?
|
|
|
2 |
// $Id: header_pieper-freizeit.de_29.inc.php 1041 2012-03-26 08:40:35Z tiefland $
|
|
|
3 |
//Logo
|
|
|
4 |
$this->Image( '../images/Domain-Logos/pieper.jpg', 10, 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 Großhandel', 0, 1, 'R' );
|
|
|
16 |
$this->SetFont( 'Arial', '', 10 );
|
|
|
17 |
$this->cell( 0, 4, 'Sandstrasse 14 - 18 D-45964 Gladbeck', 0, 1, 'R' );
|
|
|
18 |
$this->cell( 0, 4, 'Tel. 02043-699-0 Fax 02043-66961', 0, 1, 'R' );
|
|
|
19 |
//Line break
|
|
|
20 |
$this->Ln( 3 );
|
|
|
21 |
$this->cell( 0, 4, 'E-Mail: shop@pieper-gladbeck.de', 0, 1, 'R' );
|
|
|
22 |
$this->cell( 0, 4, 'www.pieper-freizeit.de', 0, 1, 'R' );
|
|
|
23 |
$this->cell( 0, 4, 'www.pieper-gladbeck.de', 0, 1, 'R' );
|
|
|
24 |
$this->SetFont( 'Arial', '', 10 );
|
|
|
25 |
$this->cell( 0, 4, 'www.pieper-golf.de', 0, 1, 'R' );
|
|
|
26 |
$this->cell( 0, 4, 'www.bootdepot.de', 0, 1, 'R' );
|
|
|
27 |
$this->cell( 0, 4, 'www.zeltdepot.de', 0, 1, 'R' );
|
|
|
28 |
$this->cell( 0, 4, 'www.grillshop-24.de', 0, 1, 'R' );
|
|
|
29 |
$this->cell( 0, 4, 'Seite: ' . $this->PageNo(), 0, 1, "R" );
|
|
|
30 |
?>
|