mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-01 01:54:22 +00:00
16 lines
546 B
Smarty
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> |