mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-28 22:27:15 +00:00
update
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<div id="build" class="gid22"><a href="#" onClick="return Popup(22,4);" class="build_logo">
|
||||
|
||||
<img class="building g22" src="img/x.gif" alt="Academy" title="Academy" />
|
||||
<img class="building g22" src="img/x.gif" alt="Academy" title="<?php echo ACADEMY; ?>" />
|
||||
</a>
|
||||
<h1>Academy <span class="level">Level <?php echo $village->resarray['f'.$id]; ?></span></h1>
|
||||
<p class="build_desc">In the academy new unit types can be researched. By increasing its level you can order the research of better units.</p>
|
||||
<h1><?php echo ACADEMY; ?> <span class="level"><?php echo LEVEL; ?> <?php echo $village->resarray['f'.$id]; ?></span></h1>
|
||||
<p class="build_desc"><?php echo ACADEMY_DESC; ?></p>
|
||||
<?php
|
||||
if ($building->getTypeLevel(22) > 0) {
|
||||
include("22_".$session->tribe.".tpl");
|
||||
} else {
|
||||
echo "<p><b>Research can commence when academy is completed.</b><br>\n";
|
||||
echo "<p><b>".RESEARCH_COMMENCE_ACADEMY."</b><br>\n";
|
||||
}
|
||||
|
||||
include("upgrade.tpl");
|
||||
|
||||
Reference in New Issue
Block a user