mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-23 19:47:13 +00:00
update
This commit is contained in:
@@ -10,11 +10,14 @@
|
||||
<?php include("26_menu.tpl"); ?>
|
||||
|
||||
<p>In order to extend your empire you need culture points. These culture points increase in the course of time and do so faster as your building levels increase.</p>
|
||||
|
||||
<table cellpadding="1" cellspacing="1" id="build_value">
|
||||
<tr>
|
||||
<th>Production of this village:</th>
|
||||
<?php if($database->getVillageField($village->wid, 'natar') == 0){ ?>
|
||||
<td><b><?php echo $database->getVillageField($village->wid, 'cp'); ?></b> Culture points per day</td>
|
||||
<?php }else{ ?>
|
||||
<td><b>0</b> Culture points per day</td>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Production of all villages:</th>
|
||||
|
||||
Reference in New Issue
Block a user