function hosting_disabled_site in Hosting 7.4
Same name and namespace in other branches
- 5 hosting.module \hosting_disabled_site()
- 6.2 hosting.module \hosting_disabled_site()
- 7.3 hosting.module \hosting_disabled_site()
Page callback for a site that has been disabled.
1 string reference to 'hosting_disabled_site'
- hosting_menu in ./
hosting.module - Implements hook_menu().
File
- ./
hosting.module, line 281 - Hosting module.
Code
function hosting_disabled_site() {
drupal_set_breadcrumb(array());
return t("This site has been disabled by the site administrators");
}