function hosting_site_maintenance in Hosting 7.3
Same name and namespace in other branches
- 5 hosting.module \hosting_site_maintenance()
- 6.2 hosting.module \hosting_site_maintenance()
- 7.4 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 - Implements hook_menu().
File
- ./
hosting.module, line 253 - Hosting module.
Code
function hosting_site_maintenance() {
drupal_set_breadcrumb(array());
return t("This site is currently in maintenance. Check back later.");
}