function theme_customerror in Customerror 5
Same name and namespace in other branches
- 6 customerror.module \theme_customerror()
- 7 customerror.module \theme_customerror()
Themeable function
1 theme call to theme_customerror()
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;
}