Villages
Name
Population
Coordinates
Add Troops
getCoor($varray[$i]['wref']); if($varray[$i]['capital']){ $capital = '
(Capital)
'; $delLink = '
'; }else{ $capital = ''; if($_SESSION['access'] == ADMIN){ $delLink = '
'; }else if($_SESSION['access'] == MULTIHUNTER){ $delLink = '
'; } } $addTroops = '
Edit Troops
'; echo '
'.$varray[$i]['name'].'
'.$capital.'
'.$varray[$i]['pop'].'
Recount
('.$coorproc['x'].'|'.$coorproc['y'].')
'.$addTroops.'
'.$delLink.'
'; } ?>