mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-21 12:06:10 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<div id="build" class="gid13"><a href="#" onClick="return Popup(13,4);" class="build_logo">
|
||||
|
||||
<img class="building g13" src="img/x.gif" alt="Armoury" title="Armoury" />
|
||||
</a>
|
||||
<h1>Armoury <span class="level">Level <?php echo $village->resarray['f'.$id]; ?></span></h1>
|
||||
<p class="build_desc">In the armoury's melting furnaces your warriors' armour is enhanced. By increasing its level you can order the fabrication of even better armour.
|
||||
<?php
|
||||
if ($building->getTypeLevel(13) > 0) {
|
||||
include("13_upgrades.tpl");
|
||||
} else {
|
||||
echo "<p><b>Upgrades can commence when armoury is completed.</b><br>\n";
|
||||
}
|
||||
include("upgrade.tpl");
|
||||
?>
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user