Villages
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 ' '; } ?>
Name Population Coordinates Add Troops
'.$varray[$i]['name'].' '.$capital.' '.$varray[$i]['pop'].' Recount ('.$coorproc['x'].'|'.$coorproc['y'].') '.$addTroops.' '.$delLink.'