diff options
Diffstat (limited to 'httemplate/browse/tower.html')
-rw-r--r-- | httemplate/browse/tower.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/httemplate/browse/tower.html b/httemplate/browse/tower.html index 16e44c6c0..555b8a39f 100644 --- a/httemplate/browse/tower.html +++ b/httemplate/browse/tower.html @@ -3,8 +3,10 @@ 'name' => 'towers', 'menubar' => [ 'Add a new tower' => $p.'edit/tower.html', - 'Sector coverage maps' => - $p.'search/sector.html', + #'Sector coverage maps' => + # $p.'search/sector.html', + 'Tower map' => + $p.'search/tower-map.html', 'Download CSV for towercoverage.com' => $p.'misc/tower-export.html?format=tc' ], |