diff --git a/Templates/multivillage.tpl b/Templates/multivillage.tpl index 434848a4..c5d22522 100644 --- a/Templates/multivillage.tpl +++ b/Templates/multivillage.tpl @@ -100,6 +100,12 @@ else if(isset($_GET['vill']) && isset($_GET['id'])) { ● '.htmlspecialchars($returnVillageArray[$i-1]['name']).'
('.$returnVillageArray[$i-1]['x'].'
|
'.$returnVillageArray[$i-1]['y'].')
'; + }}else{ + for($i=1;$i<=count($session->villages);++$i){echo' + + ● + '.htmlspecialchars($returnVillageArray[$i-1]['name']).' +
('.$returnVillageArray[$i-1]['x'].'
|
'.$returnVillageArray[$i-1]['y'].')
'; }}?>