error->getCode(); $message = $this->error->getMessage(); if ($status == 404) { $heading = Text::_('JERROR_LAYOUT_PAGE_NOT_FOUND'); $subtext = 'The page you are looking for might have been removed or is temporarily unavailable.'; } else { $heading = 'An Error Occurred'; $subtext = $message; } ?> Error <?php echo $status; ?> - <?php echo $app->get('sitename'); ?>

Take me home