From b62fb8299f08dbadb3a33452f867c907aa4f29e0 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 16 May 2009 20:10:50 +0000 Subject: #455576 by Xano and sirkitree: Revamp user settings page with vertical tabs, better organization, etc. Awesomeness. --- modules/system/system.admin.inc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/system') 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'), -- cgit v1.2.3