mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-14 00:26:07 +00:00
big update (trade routes, less hungry troops artefact, somethings in hero table, fix peace reports...)
This commit is contained in:
@@ -70,8 +70,7 @@ header("Location: banned.php");
|
||||
<div id="mid">
|
||||
<?php include("Templates/menu.tpl"); ?>
|
||||
<div id="content" class="village2">
|
||||
<h1><?php echo $village->vname; ?><br /></h1>
|
||||
|
||||
<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>
|
||||
<?php include("Templates/dorf2.tpl");
|
||||
if($building->NewBuilding) {
|
||||
include("Templates/Building.tpl");
|
||||
|
||||
Reference in New Issue
Block a user