mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-27 21:57:16 +00:00
update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<div id="build" class="gid41"><a href="#" onClick="return Popup(41,4);" class="build_logo">
|
||||
<img class="building g41" src="img/x.gif" alt="Horse Drinking Trough" title="Horse Drinking Trough" />
|
||||
<img class="building g41" src="img/x.gif" alt="Horse Drinking Trough" title="<?php echo HORSEDRINKING; ?>" />
|
||||
</a>
|
||||
<h1>Horse Drinking Trough <span class="level">Level <?php echo $village->resarray['f'.$id]; ?></span></h1>
|
||||
<p class="build_desc">The horse drinking trough of the Romans decreases the training time of cavalry and the upkeep of these troops as well.</p>
|
||||
<h1><?php echo HORSEDRINKING; ?> <span class="level"><?php echo LEVEL; ?> <?php echo $village->resarray['f'.$id]; ?></span></h1>
|
||||
<p class="build_desc"><?php echo HORSEDRINKING_DESC; ?></p>
|
||||
|
||||
<?php
|
||||
include("upgrade.tpl");
|
||||
|
||||
Reference in New Issue
Block a user