summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-12 13:43:46 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-12 13:43:46 +0000
commit5e3f50369ffb5d984896ac26fc4b58d8f5bf8fc8 (patch)
tree2224df97f48bc72f44825d5b01f8ed72201eaede /modules/system/system.admin.inc
parentf96d0a9ee9874144a19c120de8d13bf7a3d1e3e6 (diff)
downloadbrdo-5e3f50369ffb5d984896ac26fc4b58d8f5bf8fc8.tar.gz
brdo-5e3f50369ffb5d984896ac26fc4b58d8f5bf8fc8.tar.bz2
- Patch #453080 by Gabor Hojtsy: moved the footer message to a block.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index d3a607ce3..1c994e26d 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1188,12 +1188,6 @@ function system_site_information_settings() {
'#default_value' => '',
'#description' => t("Your site's motto, tag line, or catchphrase (often displayed alongside the title of the site).")
);
- $form['site_footer'] = array(
- '#type' => 'textarea',
- '#title' => t('Footer message'),
- '#default_value' => '',
- '#description' => t('This text will be displayed at the bottom of each page. Useful for adding a copyright notice to your pages.')
- );
$form['anonymous'] = array(
'#type' => 'textfield',
'#title' => t('Anonymous user'),