function _customerror__theme_lt_access_denied in Customerror 7
1 string reference to '_customerror__theme_lt_access_denied'
- customerror_theme_registry_alter in ./
customerror.module - Implements hook_theme_registry_alter()
File
- ./
customerror.module, line 388 - Enables custom 404 (not found) and 403 (access denied) pages in Drupal.
Code
function _customerror__theme_lt_access_denied() {
return customerror_page(403);
}