You are here

function hosting_site_maintenance in Hosting 6.2

Same name and namespace in other branches
  1. 5 hosting.module \hosting_site_maintenance()
  2. 7.4 hosting.module \hosting_site_maintenance()
  3. 7.3 hosting.module \hosting_site_maintenance()

Page callback for a site that is undergoing maintenance.

1 string reference to 'hosting_site_maintenance'
hosting_menu in ./hosting.module
Implementation of hook_menu().

File

./hosting.module, line 186
Hosting module.

Code

function hosting_site_maintenance() {
  drupal_set_breadcrumb(array());
  return t("This site is currently in maintenance. Check back later.");
}