Removing obsolete references to readme files in source code
This commit is contained in:
parent
3bcd36d5ab
commit
37c335e3cc
31 changed files with 52 additions and 94 deletions
|
@ -384,7 +384,7 @@ function drupal_site_offline() {
|
|||
drupal_set_header($_SERVER['SERVER_PROTOCOL'] .' 503 Service unavailable');
|
||||
drupal_set_title(t('Site off-line'));
|
||||
print theme('maintenance_page', filter_xss_admin(variable_get('site_offline_message',
|
||||
t('@site is currently under maintenance. We should be back shortly. Thank you for your patience.', array('@site' => variable_get('site_name', 'Drupal'))))));
|
||||
t('@site is currently under maintenance. We should be back shortly. Thank you for your patience.', array('@site' => variable_get('site_name', 'SuiteDesk'))))));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue