Files
TravianZ/Templates/Build/24.tpl
T
2013-06-16 10:38:34 +03:00

19 lines
756 B
Smarty

<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>