mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
@@ -827,6 +827,7 @@ define("TRANSPORT_TO","Transport to");
|
||||
define("I_AN_SEARCHING","I'm searching");
|
||||
define("I_AN_OFFERING","I'm offering");
|
||||
define("OFFERS_MARKETPLACE","Offers at the marketplace");
|
||||
define("NO_AVAILABLE_OFFERS","No offers at the marketplace");
|
||||
define("OFFERED_TO_ME","Offered<br>to me");
|
||||
define("WANTED_TO_ME","Wanted<br>from me");
|
||||
define("NOT_ENOUGH_MERCHANTS","Not Enough Merchant");
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<div id="build" class="gid17"><a href="#" onClick="return Popup(17,4);" class="build_logo">
|
||||
<img class="building g17" src="img/x.gif" alt="Marketplace" title="<?php echo MARKETPLACE;?>" />
|
||||
</a>
|
||||
<h1><?php echo LEVEL;?> <span class="level"><?php echo MARKETPLACE;?> <?php echo $village->resarray['f'.$id]; ?></span></h1>
|
||||
<p class="build_desc"><?php echo LEVEL;?><?php echo MARKETPLACE_DESC;?></p>
|
||||
<h1><span class="level"><?php echo MARKETPLACE;?> <?php echo LEVEL;?> <?php echo $village->resarray['f'.$id]; ?></span></h1>
|
||||
<p class="build_desc"><?php echo MARKETPLACE_DESC;?></p>
|
||||
|
||||
<?php include("17_menu.tpl"); ?>
|
||||
<form method="POST" action="build.php">
|
||||
@@ -124,4 +124,4 @@ if(count($market->onmarket) > 0)
|
||||
echo "</table>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user