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