You are here

function blocks404_404_page in 404 Blocks 5

Our custom menu callback that returns Drupal's standard 404 message.

1 string reference to 'blocks404_404_page'
blocks404_menu in ./blocks404.module
Implements hook_menu().

File

./blocks404.module, line 37

Code

function blocks404_404_page() {
  return t('The requested page could not be found.');
}