You are here

function theme_customerror in Customerror 5

Same name and namespace in other branches
  1. 6 customerror.module \theme_customerror()
  2. 7 customerror.module \theme_customerror()

Themeable function

1 theme call to theme_customerror()
customerror_page in ./customerror.module

File

./customerror.module, line 188
Enables custom 404 (not found) and 403 (access denied) pages in Drupal with no need for creating real nodes under taxonomies

Code

function theme_customerror($error_code, $content) {
  return $content;
}