mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-10 05:11:00 +00:00
a9977edc5c
Fix Bucket of Water & Wall View
17 lines
692 B
Smarty
17 lines
692 B
Smarty
<h2><?php echo PALISADE ?></h2>
|
|
<table class="new_building" cellpadding="1" cellspacing="1">
|
|
<tbody><tr>
|
|
<td class="desc"><?php echo PALISADE_DESC ?></td>
|
|
<td rowspan="3" class="bimg">
|
|
<a href="#" onClick="return Popup(33,4);">
|
|
<img class="building g33" src="img/x.gif" alt="<?php echo PALISADE; ?>" title="<?php echo PALISADE; ?>" /></a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<?php
|
|
$_GET['bid'] = 33;
|
|
include("availupgrade.tpl");
|
|
?>
|
|
</tr></tbody>
|
|
</table>
|