| 1 |
lars |
1 |
<?
|
|
|
2 |
// $Id: header_schilder-eck.de.inc.php 1659 2009-10-09 11:47:13Z erling $
|
|
|
3 |
setLocale(LC_TIME,"de_DE.ISO-8859-15@euro");
|
|
|
4 |
$this->setY(40);
|
|
|
5 |
//Arial bold 15
|
|
|
6 |
$this->SetFont('Arial', 'B', 10);
|
|
|
7 |
//Move to the right
|
|
|
8 |
$this->Cell(125);
|
|
|
9 |
//Title
|
|
|
10 |
$this->Cell(0,4,'Schilder-Eck GmbH',0,2,'L');
|
|
|
11 |
$this->cell(0,4,'Hermannstraße 97 - 45964 Gladbeck',0,2,'L');
|
|
|
12 |
$this->SetFont('Arial', '', 9);
|
|
|
13 |
$this->cell(0,4,'www.schilder-eck.de',0,2,'L');
|
|
|
14 |
$this->SetFont('Arial', '', 8);
|
|
|
15 |
$this->cell(0,4,'info@schilder-eck.de',0,2,'L');
|
|
|
16 |
$this->cell(0,4,'Tel.: 02043 / 275634',0,2,'L');
|
|
|
17 |
$this->cell(0,4,'Fax: 02043 / 375631',0,2,'L');
|
|
|
18 |
|
|
|
19 |
$this->SetFont('Arial', 'B', 8);
|
|
|
20 |
$this->cell(0,2,'',0,2,'L');
|
|
|
21 |
$this->cell(0,4,'Öffnungszeiten:',0,2,'L');
|
|
|
22 |
$this->SetFont('Arial', '', 8);
|
|
|
23 |
$this->cell(0,4,'Mo-Fr: 09:00 - 13:00 Uhr u. 13:30 - 17:00 Uhr',0,2,'L');
|
|
|
24 |
|
|
|
25 |
|
|
|
26 |
|
|
|
27 |
?>
|