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

16 lines
557 B
Smarty

<h2>Marketplace</h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">At the marketplace you can trade resources with other players. The higher its level, the more resources can be transported at the same time.</td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(17,4);">
<img class="building g17" src="img/x.gif" alt="Marketplace" title="Marketplace" /></a>
</td>
</tr>
<tr>
<?php
$_GET['bid'] = 17;
include("availupgrade.tpl");
?>
</tr>
</table>