-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
49 lines (48 loc) · 1.86 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Vielmetter GmbH - Ihr Fliesenleger und Maurer für die Region Stuttgart</title>
<link media="screen" href="script/main.css" type="text/css" rel="stylesheet">
<link type="image/png" href="gfx/fav.png" rel="icon">
<meta name="description" content="Wir, die Vielmetter GmbH, sind ein Meisterbetrieb rund um das Bauhandwerk mit Schwerpunkt auf Fliesenleger- und Maurerarbeiten. Wir sind ein solides, schwäbisches Unternehmen, das sowohl Wert auf Tradition legt als auch auf dem neusten Stand der Technik arbeitet. Wir wollen unsere Kunden nicht nur zufrieden stellen, wir wollen Sie, unseren Kunden, begeistern!">
<meta name="author" content="Benjamin Roth, Georg Hanslik">
<meta name="keywords" content="Fliesenleger,Maurermeister,Renovierung,Projektplanung,Stuttgart,Fellbach,Waiblingen">
<meta name="google-site-verification" content="G2Gz_Ybtm-eQ8zHjTb0HObAkgAB7lclSrSaBWyBCMHc" />
</head>
<body>
<div class="black"></div>
<div class="grey"></div>
<div class="red"></div>
<div class="headerbg">
<div class="header">
<a href="index.php">
<div class="logo"><img src="gfx/logo.png"></div>
</a>
<div class="tel">Telefon: 0711 577 05 56<br>Mail: <a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
<div class="menu">
<ul>
<?php
$pages = array(
'index' => "Unternehmen",
'work' => "Leistungen",
'team' => "Team",
'contact' => "Kontakt"
);
foreach ($pages as $page => $title) {
$current = basename($_SERVER['REQUEST_URI']);
echo "
<a href='$page.php'>
<li " . ($current == "$page.php" ? 'class="liActive"' : '') . ">
<img src='gfx/$page.png'><br/>$title
</li>
</a>";
}
?>
</ul>
</div>
<div class="containerBg">
<div class="container">