mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-24 21:46:11 +00:00
Merge pull request #94 from denixue/patch-5
Update Templates/goldClub/farmlist.tpl
This commit is contained in:
@@ -95,7 +95,7 @@ $vdata = $database->getVillage($towref);
|
|||||||
<label for="slot<?php echo $id; ?>">
|
<label for="slot<?php echo $id; ?>">
|
||||||
<?php
|
<?php
|
||||||
$type = $database->getVillageType2($towref);
|
$type = $database->getVillageType2($towref);
|
||||||
$oasistype = $type['oasistype'];
|
$type = $oasistype['oasistype'];
|
||||||
if($oasistype != 0){
|
if($oasistype != 0){
|
||||||
?>
|
?>
|
||||||
<span class="coordinates coordinatesWithText">
|
<span class="coordinates coordinatesWithText">
|
||||||
@@ -104,8 +104,7 @@ $vdata = $database->getVillage($towref);
|
|||||||
<span class="coordinateY">(<?php echo $x; ?></span>
|
<span class="coordinateY">(<?php echo $x; ?></span>
|
||||||
<span class="coordinatePipe">|</span>
|
<span class="coordinatePipe">|</span>
|
||||||
<span class="coordinateX"><?php echo $y; ?>)</span>
|
<span class="coordinateX"><?php echo $y; ?>)</span>
|
||||||
</span></span>
|
</span></span><?php}else{?>
|
||||||
<?php }else{ ?>
|
|
||||||
<span class="coordinates coordinatesWithText">
|
<span class="coordinates coordinatesWithText">
|
||||||
<span class="coordText"><?php echo $vdata['name']; ?></span>
|
<span class="coordText"><?php echo $vdata['name']; ?></span>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user