You are here

function hosting_site_maintenance in Hostmaster (Aegir) 6

Page callback for a site that is undergoing maintenance.

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

File

modules/hosting/hosting.module, line 171
Hosting module.

Code

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