mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-16 09:36:08 +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:
+11
-11
@@ -31,7 +31,7 @@ if(isset($_GET['t'])) {
|
||||
<html>
|
||||
<head>
|
||||
<title><?php echo SERVER_NAME ?></title>
|
||||
<link REL="shortcut icon" HREF="favicon.ico"/>
|
||||
<link REL="shortcut icon" HREF="favicon.ico"/>
|
||||
<meta http-equiv="cache-control" content="max-age=0" />
|
||||
<meta http-equiv="pragma" content="no-cache" />
|
||||
<meta http-equiv="expires" content="0" />
|
||||
@@ -58,8 +58,8 @@ if(isset($_GET['t'])) {
|
||||
window.addEvent('domready', start);
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
|
||||
<body class="v35 ie ie8">
|
||||
<div class="wrapper">
|
||||
<img style="filter:chroma();" src="img/x.gif" id="msfilter" alt="" />
|
||||
@@ -78,12 +78,12 @@ if(isset($_GET['t'])) {
|
||||
| <a href="berichte.php?t=4" <?php if (isset($_GET['t']) && $_GET['t'] == 4) { echo "class=\"selected \""; } ?>>Miscellaneous</a>
|
||||
<?php if($session->plus) {
|
||||
echo "| <a href=\"berichte.php?t=5\"";
|
||||
if (isset($_GET['t']) && $_GET['t'] == 5) { echo "class=\"selected \""; }
|
||||
if (isset($_GET['t']) && $_GET['t'] == 5) { echo "class=\"selected \""; }
|
||||
echo ">Archive</a>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
<?php
|
||||
if(isset($_GET['aid'])){
|
||||
if($_GET['aid']!=0){
|
||||
if($session->alliance==$_GET['aid']){
|
||||
@@ -98,7 +98,7 @@ if($_GET['aid']!=0){
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}else if(isset($_GET['vill'])){
|
||||
|
||||
if(isset($_GET['id'])) {
|
||||
@@ -124,7 +124,7 @@ if($_GET['aid']!=0){
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="side_info">
|
||||
<?php
|
||||
include("Templates/quest.tpl");
|
||||
@@ -138,9 +138,9 @@ include("Templates/links.tpl");
|
||||
<div class="footer-stopper"></div>
|
||||
<div class="clear"></div>
|
||||
|
||||
<?php
|
||||
include("Templates/footer.tpl");
|
||||
include("Templates/res.tpl");
|
||||
<?php
|
||||
include("Templates/footer.tpl");
|
||||
include("Templates/res.tpl");
|
||||
?>
|
||||
<div id="stime">
|
||||
<div id="ltime">
|
||||
@@ -148,7 +148,7 @@ include("Templates/res.tpl");
|
||||
Calculated in <b><?php
|
||||
echo round(($generator->pageLoadTimeEnd()-$start)*1000);
|
||||
?></b> ms
|
||||
|
||||
|
||||
<br />Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user