Update dorf1.php

This commit is contained in:
Shadow
2013-11-25 14:13:31 +02:00
parent f1222241cc
commit 1a40f9eaa7
+1
View File
@@ -72,6 +72,7 @@ header("Location: banned.php");
<?php include("Templates/menu.tpl"); ?>
<div id="content" class="village1">
<h1><?php echo $village->vname; if($village->loyalty!='100'){ if($village->loyalty>'33'){ $color="gr"; }else{ $color="re"; } ?><div id="loyality" class="<?php echo $color; ?>"><?php echo LOYALTY; ?> <?php echo floor($village->loyalty); ?>%</div><?php } ?></h1>
<div id="cap" align="left"><?php if($village->capital!='0') { echo "<font color=gray>(Capital)</font>"; }else{ halt; } ?></div>
<?php include("Templates/field.tpl");
$timer = 1;
?>