diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-16 20:10:50 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-16 20:10:50 +0000 |
commit | b62fb8299f08dbadb3a33452f867c907aa4f29e0 (patch) | |
tree | 271d69ce730f3421cd3278264a368bbbf3df1eb4 /modules/system | |
parent | 2002b9616d90ce43860468b7a246a395723c1c44 (diff) | |
download | brdo-b62fb8299f08dbadb3a33452f867c907aa4f29e0.tar.gz brdo-b62fb8299f08dbadb3a33452f867c907aa4f29e0.tar.bz2 |
#455576 by Xano and sirkitree: Revamp user settings page with vertical tabs, better organization, etc. Awesomeness.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.admin.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index a9567ebb3..e352a60dc 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1203,13 +1203,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['anonymous'] = array( - '#type' => 'textfield', - '#title' => t('Anonymous user'), - '#default_value' => t('Anonymous'), - '#description' => t('The name used to indicate anonymous users.'), - '#required' => TRUE, - ); $form['site_frontpage'] = array( '#type' => 'textfield', '#title' => t('Default front page'), |