1.20.x drupal.inc | drupal_fast_404() |
Returns a simple 404 Not Found page.
Deprecated
since 1.0.0
See also
fast_404()
Related topics
File
- includes/
drupal.inc, line 407 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_fast_404() {
fast_404();
}