Files
TravianZ/Templates/Build/avaliable/workshop.tpl
T

16 lines
489 B
Smarty

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