Added the first version of new networkmap viewer.

This commit is contained in:
mdtrooper 2016-02-02 15:54:02 +01:00
parent 4fa47fc11c
commit 988c417435
1 changed files with 23 additions and 23 deletions

View File

@ -286,8 +286,8 @@ else {
$data['name'] = '<a href="index.php?' .
'sec=maps&amp;' .
'sec2=operation/maps/networkmap_editor&' .
'id_networkmap=' . $networkmap['id'] .'">' .
'sec2=operation/maps/networkmap&' .
'id=' . $networkmap['id'] .'">' .
$networkmap['name'] . '</a>';
$data['type'] = maps_get_subtype_string($networkmap['subtype']);