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

16 lines
546 B
Smarty

<h2>Trapper</h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">The Trapper protects your village with well hidden traps. Enemies can be imprisoned and won't be able to harm your village anymore. </td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(36,4);">
<img class="building g36" src="img/x.gif" alt="Trapper" title="Trapper" /></a>
</td>
</tr>
<tr>
<?php
$_GET['bid'] = 36;
include("availupgrade.tpl");
?>
</tr></tbody>
</table>