mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-11 22:01:00 +00:00
Big Cleanup
1) Removed unnecessary files 2) Trailling spaces (no all though) 3) Some space to tab conversion
This commit is contained in:
+42
-42
@@ -13,29 +13,29 @@ include("GameEngine/config.php");
|
||||
include("GameEngine/Database.php");
|
||||
include("GameEngine/Lang/".LANG.".php");
|
||||
?>
|
||||
<!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>
|
||||
<title><?php echo SERVER_NAME; ?></title>
|
||||
<link rel="stylesheet" type="text/css" href="img/tutorial/main.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="img/tutorial/flaggs.css"/>
|
||||
<meta name="content-language" content="en"/>
|
||||
<meta http-equiv="imagetoolbar" content="no"/>
|
||||
<script src="mt-core.js" type="text/javascript"></script>
|
||||
<script src="new.js" type="text/javascript"></script>
|
||||
<style type="text/css" media="screen">
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body class="webkit contentPage">
|
||||
<div class="wrapper">
|
||||
<!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>
|
||||
<title><?php echo SERVER_NAME; ?></title>
|
||||
<link rel="stylesheet" type="text/css" href="img/tutorial/main.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="img/tutorial/flaggs.css"/>
|
||||
<meta name="content-language" content="en"/>
|
||||
<meta http-equiv="imagetoolbar" content="no"/>
|
||||
<script src="mt-core.js" type="text/javascript"></script>
|
||||
<script src="new.js" type="text/javascript"></script>
|
||||
<style type="text/css" media="screen">
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body class="webkit contentPage">
|
||||
<div class="wrapper">
|
||||
<div id="country_select">
|
||||
|
||||
</div>
|
||||
<div id="header">
|
||||
<h1>Welcome to <?php echo SERVER_NAME; ?></h1>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="header">
|
||||
<h1>Welcome to <?php echo SERVER_NAME; ?></h1>
|
||||
</div>
|
||||
|
||||
<div id="navigation">
|
||||
|
||||
<a href="index.php" class="home"><img src="img/x.gif" alt="Travian"/></a>
|
||||
@@ -50,9 +50,9 @@ include("GameEngine/Lang/".LANG.".php");
|
||||
|
||||
<td><a href="http://forum.travian.com/" target="_blank"><span>Forum</span></a></td>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<td><a href="index.php?signup"><span>Register</span></a></td>
|
||||
|
||||
@@ -62,17 +62,17 @@ include("GameEngine/Lang/".LANG.".php");
|
||||
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="content">
|
||||
|
||||
<div class="grit">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="content">
|
||||
|
||||
<div class="grit">
|
||||
|
||||
|
||||
<h1>Manual</h1>
|
||||
|
||||
@@ -80,7 +80,7 @@ include("GameEngine/Lang/".LANG.".php");
|
||||
|
||||
<p class="submenu">
|
||||
|
||||
<a href="anleitung.php">The tribes</a> |
|
||||
<a href="anleitung.php">The tribes</a> |
|
||||
|
||||
<a href="anleitung.php?s=1">The buildings</a> |
|
||||
|
||||
@@ -143,10 +143,10 @@ include("Templates/Anleitung/4.tpl"); }
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user