--- a/busui/stopList.php +++ b/busui/stopList.php @@ -4,12 +4,22 @@ echo'
'; - +// By suburb +if (isset($_REQUEST['suburbs'])) { + echo ' '; +} else { +// Timing Points / All stops echo '
Go to letter: '; foreach(range('A','Z') as $letter) { @@ -22,7 +32,8 @@ echo ' '; - +} include_footer(); ?>