Subversion-Projekte lars-tiefland.content-management

Revision

Revision 1 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1 Revision 2
Zeile 1... Zeile 1...
1
<?
1
<?
2
    // $Id: header_schilder-eck.de.inc.php 1660 2009-10-09 11:49:20Z erling $
2
    // $Id: header_schilder-eck.de.inc.php 4132 2011-12-09 08:59:50Z erling $
3
    setLocale( LC_TIME, "de_DE.ISO-8859-15@euro" );
3
    setLocale( LC_TIME, "de_DE.ISO-8859-15@euro" );
4
	$this->setY(20);
4
	$this->setY(20);
5
	//Arial bold 15
5
	//Arial bold 15
6
	$this->SetFont('Arial', 'B', 12);
6
	$this->SetFont('Arial', 'B', 10);
7
	//Move to the right
7
	//Move to the right
8
	$this->Cell(125);
8
	$this->Cell(125);
9
	//Title
9
	//Title
10
	$this->Cell(0,4,'Schilder-Eck GmbH',0,2,'L');
10
	$this->Cell(0,4,'Schilder-Eck GmbH',0,2,'L');
11
	$this->SetFont('Arial', '', 10);
11
	$this->SetFont('Arial', '', 8);
12
	$this->cell(0,4,'Hermannstraße 97',0,2,'L');
12
	//$this->cell(0,4,'Hermannstraße 97',0,2,'L');
13
	$this->cell(0,4,'45964 Gladbeck',0,2,'L');
13
	//$this->cell(0,4,'45964 Gladbeck',0,2,'L');
14
	$this->cell(0,4,'www.schilder-eck.de',0,2,'L');
-
 
15
	$this->cell(0,2,'',0,2,'L');
-
 
16
	$this->cell(0,4,'info@schilder-eck.de',0,2,'L');
14
	$this->cell(0,4,'www.schilder-eck.de - info@schilder-eck.de',0,2,'L');
17
	$this->cell(0,4,'Tel.: 02043 / 275634',0,2,'L');
15
	$this->cell(0,4,'Tel.: 02043 / 275634',0,2,'L');
18
	$this->cell(0,4,'Fax: 02043 / 375631',0,2,'L');
16
	$this->cell(0,4,'Fax: 02043 / 375631',0,2,'L');
Zeile 19... Zeile 17...
19
 
17
 
20
	$this->SetFont('Arial', 'B', 8);
18
	$this->SetFont('Arial', 'B', 8);