summaryrefslogtreecommitdiff
path: root/modules/profile
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-31 20:22:37 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-31 20:22:37 +0000
commitc64db1da29a6b2067f09e66e5e85e8877b489cb0 (patch)
treed4f837bbb16e60d4fdd30a5974fd3aca066527e3 /modules/profile
parentcdd120ed20922a3130f108ff60b47a4f2130c44d (diff)
downloadbrdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.gz
brdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.bz2
- Patch #80952 by earl, webchick, neclimdul et al: .info files
Diffstat (limited to 'modules/profile')
-rw-r--r--modules/profile/profile.info4
-rw-r--r--modules/profile/profile.module2
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/profile/profile.info b/modules/profile/profile.info
new file mode 100644
index 000000000..bd269b2b4
--- /dev/null
+++ b/modules/profile/profile.info
@@ -0,0 +1,4 @@
+; $Id$
+name = Profile
+description = Supports configurable user profiles.
+
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index 66d4ef84d..2d473203e 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -40,8 +40,6 @@ function profile_help($section) {
', array('@profile' => url('profile'), '@admin-settings-profile' => url('admin/user/profile')));
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@profile">Profile page</a>.', array('@profile' => 'http://drupal.org/handbook/modules/profile/')) .'</p>';
return $output;
- case 'admin/settings/modules#description':
- return t('Supports configurable user profiles.');
case 'admin/user/profile':
return t('<p>Here you can define custom fields that users can fill in in their user profile (such as <em>country</em>, <em>real name</em>, <em>age</em>, ...).</p>');
}