--- a/include/common-template.inc.php +++ b/include/common-template.inc.php @@ -182,15 +182,14 @@ if ($opendiv) { echo '
- Back + Back

' . $pageTitle . '

Home
'; - if (!$_SESSION['service_id']) { - $overrides = getServiceOverride(); - if ($overrides['service_id']) { + $overrides = getServiceOverride(); + if ($overrides['service_id']) { if ($overrides['service_id'] == "noservice") { echo '
Buses are not running today due to industrial action/public holiday. See http://www.action.act.gov.au for details.
'; @@ -200,7 +199,7 @@ } } } - } + } function include_footer() {