-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelp_en.php
34 lines (33 loc) · 934 Bytes
/
help_en.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
$page = "help";
$language = "en";
include_once "head.php";
?>
<title>Magellan Help</title>
</head>
<body>
<div id="container">
<?php
include_once "navi_" . $language . ".php";
include_once "header.php";
?>
<div id="center">
<p>
<iframe src="help/en/magellan/index.html" width="100%"
height="550" frameborder="0" marginheight="0"
marginwidth="0">
<p>
Dieser Bereich ist <a
href="help/en/magellan/index.html">hier</a>
erreichbar.
</p>
</iframe>
</p>
</div>
</div>
</body>
</html>