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

18 lines
730 B
Smarty

<h2>Tournament Square</h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">At the tournament square your troops can train to increase their stamina. The further the building is upgraded the faster your troops are beyond a minimum distance of <?php echo TS_THRESHOLD; ?> squares.</td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(14,4);">
<img class="building g14" src="img/x.gif" alt="Tournament Square" title="Tournament Square" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(16,4);">Rally Point</a> <span title="+15">Level 15</span>
</td>
</tr></tbody>
</table>