Files
TravianZ/Templates/Build/avaliable/citywall.tpl
T
novgorodschi catalin a9977edc5c Fix Bucket of Water & Wall View
Fix Bucket of Water & Wall View
2026-07-30 09:04:34 +03:00

17 lines
692 B
Smarty

<h2><?php echo CITYWALL ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc"><?php echo CITYWALL_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(31,4);">
<img class="building g31" src="img/x.gif" alt="<?php echo CITYWALL; ?>" title="<?php echo CITYWALL; ?>" /></a>
</td>
</tr>
<tr>
<?php
$_GET['bid'] = 31;
include("availupgrade.tpl");
?>
</tr></tbody>
</table>