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

17 lines
576 B
Smarty

<h2>Great Warehouse</h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">Wood, clay and iron are stored in the warehouse. The great warehouse offers you more space and keeps your goods drier and safer than the normal one.</td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(38,4);">
<img class="building g38" src="img/x.gif" alt="Great Warehouse" title="Great Warehouse" /></a>
</td>
</tr>
<tr>
<?php
$_GET['bid'] = 38;
include("availupgrade.tpl");
?>
</tr>
</table>