Cuberty ERROR 404

  <?php
$this_page['not_found'] = true;

if ($you_spelt_it_wrong) {
    try_again();
} elseif ($we_screwed_up) {
    echo "We're really sorry about that.";
    header('Location: ' . $home);
}
?>