You are here

function hosting_disabled_site in Hosting 7.3

Same name and namespace in other branches
  1. 5 hosting.module \hosting_disabled_site()
  2. 6.2 hosting.module \hosting_disabled_site()
  3. 7.4 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 245
Hosting module.

Code

function hosting_disabled_site() {
  drupal_set_breadcrumb(array());
  return t("This site has been disabled by the site administrators");
}