From 957a09f7b6af9f92fb9367adceaf8d903359e919 Mon Sep 17 00:00:00 2001 From: KFCSpike Date: Sat, 7 Dec 2013 06:18:13 +0000 Subject: [PATCH] Correctly show Oasis or the Village Name --- Templates/goldClub/farmlist.tpl | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Templates/goldClub/farmlist.tpl b/Templates/goldClub/farmlist.tpl index 3ff93691..41f7ee1a 100644 --- a/Templates/goldClub/farmlist.tpl +++ b/Templates/goldClub/farmlist.tpl @@ -96,19 +96,20 @@ $vdata = $database->getVillage($towref); getVillageType2($towref); if($oasistype != 0){ + $thisVillageName = 'Oasis'; + } + else + { + $thisVillageName = $vdata["name"]; + } ?> - Oasis + ( | ) - - - - - - +