just a quick uncomment cause some just run and wonder why it dose nothing
[travianx.git] / anleitung.php
blob9baed3fc1f4791fd95fe7e9bc0c7fddf9e961275
1 <?php
2 #################################################################################
3 ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
4 ## --------------------------------------------------------------------------- ##
5 ## Filename anleitung.php ##
6 ## Developed by: Dzoki ##
7 ## License: TravianX Project ##
8 ## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
9 ## ##
10 #################################################################################
12 include("GameEngine/config.php");
13 include("GameEngine/Database.php");
14 include("GameEngine/Lang/".LANG.".php");
16 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
17 <html xmlns="http://www.w3.org/1999/xhtml">
18 <head>
19 <title><?php echo SERVER_NAME; ?></title>
20 <link rel="stylesheet" type="text/css" href="img/tutorial/main.css"/>
21 <link rel="stylesheet" type="text/css" href="img/tutorial/flaggs.css"/>
22 <meta name="content-language" content="en"/>
23 <meta http-equiv="imagetoolbar" content="no"/>
24 <script src="mt-core.js" type="text/javascript"></script>
25 <script src="new.js" type="text/javascript"></script>
26 <style type="text/css" media="screen">
28 </style>
29 </head>
30 <body class="webkit contentPage">
31 <div class="wrapper">
32 <div id="country_select">
34 </div>
35 <div id="header">
36 <h1>Welcome to <?php echo SERVER_NAME; ?></h1>
37 </div>
39 <div id="navigation">
41 <a href="index.php" class="home"><img src="img/x.gif" alt="Travian"/></a>
43 <table class="menu">
45 <tr>
47 <td><a href="tutorial.php"><span>Tutorial</span></a></td>
49 <td><a href="anleitung.php"><span>Manual</span></a></td>
51 <td><a href="http://forum.horeca-spel.nl/" target="_blank"><span>Forum</span></a></td>
57 <td><a href="anmelden.php"><span>Register</span></a></td>
59 <td><a href="login.php"><span>Login</span></a></td>
61 </tr>
63 </table>
65 </div>
72 <div id="content">
74 <div class="grit">
77 <h1>Manual</h1>
81 <p class="submenu">
83 <a href="anleitung.php">The tribes</a> |
85 <a href="anleitung.php?s=1">The buildings</a> |
87 <a href="anleitung.php?s=3">FAQ</a>
89 </p>
93 <?php
94 if(!isset($_GET['s'])) {
95 $_GET['s'] = ""; }
96 if ($_GET['s'] == "") {
97 include("Templates/Anleitung/0.tpl"); }
98 if ($_GET['s'] == "1") {
99 include("Templates/Anleitung/1.tpl"); }
100 if ($_GET['s'] == "3") {
101 include("Templates/Anleitung/3.tpl"); }
102 if ($_GET['s'] == "4") {
103 include("Templates/Anleitung/4.tpl"); }
108 </ul>
110 <div class="footer"></div>
112 </div>
114 </div>
116 <div id="iframe_layer" class="overlay">
120 <div class="mask closer"></div>
128 <div class="overlay_content">
130 <a href="index.php" class="closer"><img class="dynamic_img" alt="Close" src="img/un/x.gif" /></a>
132 <h2>Anleitung</h2>
136 <div id="frame_box" >
138 </div>
140 <div class="footer"></div>
142 </div>
146 </div>
151 </body>
152 </html>