function theme_customerror in Customerror 6
Same name and namespace in other branches
- 5 customerror.module \theme_customerror()
- 7 customerror.module \theme_customerror()
Themeable function.
1 theme call to theme_customerror()
- customerror_page in ./
customerror.module - Displays the 403 or 404 error page.
File
- ./
customerror.module, line 254 - Enables custom 404 (not found) and 403 (access denied) pages in Drupal.
Code
function theme_customerror($code, $content) {
return $content;
}