| 1 |
lars |
1 |
<?
|
|
|
2 |
// $Id: header_pieper-freizeit.de.inc.php 885 2008-11-17 12:03:33Z tiefland $
|
|
|
3 |
//Logo
|
|
|
4 |
$this->Image('../images/Domain-Logos/pieper.jpg',10,8,30);
|
|
|
5 |
//Arial bold 15
|
|
|
6 |
$this->SetFont('Arial','B',15);
|
|
|
7 |
//Move to the right
|
|
|
8 |
$this->Cell(30);
|
|
|
9 |
//Title
|
|
|
10 |
$this->Cell(0,6,'PIEPER GmbH & Co. KG - Grosshandel',0,1,'R');
|
|
|
11 |
$this->SetFont('Arial', '', 10);
|
|
|
12 |
$this->cell(0,4,'ABTEILUNG: CAMPING',0,1,'R');
|
|
|
13 |
$this->cell(0,4,'Sandstrasse 14 - 18 D-45964 Gladbeck',0,1,'R');
|
|
|
14 |
$this->cell(0,4,'Tel. 02043-699-0 Fax 02043-66961',0,1,'R');
|
|
|
15 |
//Line break
|
|
|
16 |
$this->Ln(3);
|
|
|
17 |
$this->cell(0,4,'E-Mail: shop@pieper-gladbeck.de',0,1,'R');
|
|
|
18 |
$this->cell(0,4,'www.pieper-freizeit.de',0,1,'R');
|
|
|
19 |
$this->cell(0,4,'www.pieper-gladbeck.de',0,1,'R');
|
|
|
20 |
$this->SetFont('Arial', '', 10);
|
|
|
21 |
$this->cell(0,4,'www.pieper-golf.de',0,1,'R');
|
|
|
22 |
$this->cell(0,4,'www.bootdepot.de',0,1,'R');
|
|
|
23 |
$this->cell(0,4,'www.zeltdepot.de',0,1,'R');
|
|
|
24 |
$this->cell(0,4,'Seite: '.$this->PageNo(),0,1,"R");
|
|
|
25 |
?>
|