layout = 'error'; if (Configure::read('debug')) : $this->layout = 'dev_error'; $this->assign('title', $message); $this->assign('templateName', 'error400.php'); $this->start('file'); echo $this->element('auto_table_warning'); $this->end(); endif; ?>
= __d('cake', 'Error') ?>: = __d('cake', 'The requested address {0} was not found on this server.', "'{$url}'") ?>