Skip to content

Commit

Permalink
disabled 'nearby stations' for now - the data is missing for the new …
Browse files Browse the repository at this point in the history
…stations and it doesn't seem very relevant
  • Loading branch information
iamcal committed Nov 3, 2010
1 parent 7587020 commit c59ab9b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions templates/page_station.txt
Expand Up @@ -80,6 +80,7 @@ window.onload = function(){ldelim}
{/if}
</div>

{if 0}
<div class="section">
<h2>Nearby Stations</h2>
{if $nearby_stations|@count}
Expand All @@ -96,11 +97,13 @@ window.onload = function(){ldelim}
There are no other stations within a mile of {$station.name}.<br>
{/if}

<!--
{if 0}
<br />
<i>Note - this data relies on geo-coding information for the stations. At present, not all stations have been geo-coded.</i><br>
-->
{/if}
</div>
{/if}

</div>

<div style="clear: both"></div>
Expand Down

0 comments on commit c59ab9b

Please sign in to comment.