This commit is contained in:
Shadow
2014-05-12 08:43:32 +03:00
parent 7cfa82a18d
commit e337ac2b4d
93 changed files with 2105 additions and 1957 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
<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" />
<img class="building g24" src="img/x.gif" alt="Town Hall" title="<?php echo TOWNHALL; ?>" />
</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.
<h1><?php echo TOWNHALL; ?> <span class="level"><?php echo LEVEL; ?> <?php echo $village->resarray['f'.$id]; ?></span></h1>
<p class="build_desc"><?php echo TOWNHALL_DESC; ?>
</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";
echo "<p><b>".CELEBRATIONS_COMMENCE_TOWNHALL."</b><br>\n";
}
include("upgrade.tpl");