-
Notifications
You must be signed in to change notification settings - Fork 0
/
story.php
46 lines (33 loc) · 991 Bytes
/
story.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
<?php
if ( !file_exists ("config.php")) {
include ("install.php");
die ();
}
include ('loca_startpage.php');
include ('common.php');
include ('w3c.txt');
include ('header.tpl');
?>
<link rel='stylesheet' type='text/css' href='css/styles.css' />
<link rel='stylesheet' type='text/css' href='css/about.css' />
<script src="js/functions.js" type="text/javascript"></script>
<script language="JavaScript" src="js/tw-sack.js"></script>
<script language="JavaScript" src="js/registration.js"></script>
<script language="JavaScript" >
<?php include ('common.js'); ?>
</script>
</head>
<body>
<a href="#pustekuchen" style="display:none;"><?php echo loca("LOGIN_LINK");?></a>
<div id="main">
<?php include ('products.php'); ?>
<?php include ('loginmenu.tpl'); ?>
<div id="mainmenu">
<?php mainmenu ("about"); ?>
</div>
<?php include ('content_story.tpl'); ?>
<script>
document.loginForm.universe.focus();
</script>
</body>
</html>