mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-15 17:16:08 +00:00
feat: indicator for fields under construction
Also, all line separators are now Linux-style :-P Closes #321
This commit is contained in:
+7
-7
@@ -33,25 +33,25 @@ if(isset($_GET['newdid'])) {
|
||||
<head>
|
||||
<title><?php
|
||||
echo SERVER_NAME . ' » » » Statistics (';
|
||||
|
||||
|
||||
if (!empty($_GET['id'])) {
|
||||
switch ($_GET['id']) {
|
||||
case '4':
|
||||
echo 'Alliances';
|
||||
break;
|
||||
|
||||
|
||||
case '2':
|
||||
echo 'Villages';
|
||||
break;
|
||||
|
||||
|
||||
case '8':
|
||||
echo 'Heroes';
|
||||
break;
|
||||
|
||||
|
||||
case '0':
|
||||
echo 'General';
|
||||
break;
|
||||
|
||||
|
||||
case '99':
|
||||
echo 'WW';
|
||||
break;
|
||||
@@ -59,7 +59,7 @@ if(isset($_GET['newdid'])) {
|
||||
} else {
|
||||
echo 'Players';
|
||||
}
|
||||
|
||||
|
||||
echo ')';
|
||||
?></title>
|
||||
<link rel="shortcut icon" href="favicon.ico"/>
|
||||
@@ -72,7 +72,7 @@ if(isset($_GET['newdid'])) {
|
||||
<script src="unx.js?f4b7g" type="text/javascript"></script>
|
||||
<script src="new.js?0faab" type="text/javascript"></script>
|
||||
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css" />
|
||||
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
|
||||
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
|
||||
<?php
|
||||
if($session->gpack == null || GP_ENABLE == false) {
|
||||
echo "
|
||||
|
||||
Reference in New Issue
Block a user