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,18 @@
|
||||
<div id="build" class="gid24"><a href="#" onClick="return Popup(24,4);" class="build_logo">
|
||||
<img class="building g24" src="img/x.gif" alt="Town Hall" title="Town Hall" />
|
||||
</a>
|
||||
<h1>Town Hall <span class="level">Level <?php echo $village->resarray['f'.$id]; ?></span></h1>
|
||||
<p class="build_desc">You can hold pompous celebrations in the Town Hall. Such a celebration increases your culture points. Building up your Town Hall to a higher level will decrease the length of the celebration.
|
||||
</p>
|
||||
<?php
|
||||
if ($building->getTypeLevel(24) > 0) {
|
||||
include("Templates/Build/24_1.tpl");
|
||||
include("Templates/Build/24_2.tpl");
|
||||
} else {
|
||||
echo "<p><b>Celebrations can commence when the town hall is completed.</b><br>\n";
|
||||
}
|
||||
|
||||
include("upgrade.tpl");
|
||||
|
||||
?>
|
||||
</p></div>
|
||||
Reference in New Issue
Block a user