summaryrefslogtreecommitdiff
path: root/modules/contact
diff options
context:
space:
mode:
Diffstat (limited to 'modules/contact')
-rw-r--r--modules/contact/contact.info4
-rw-r--r--modules/contact/contact.module2
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/contact/contact.info b/modules/contact/contact.info
new file mode 100644
index 000000000..abe8012ef
--- /dev/null
+++ b/modules/contact/contact.info
@@ -0,0 +1,4 @@
+; $Id$
+name = Contact
+description = Enables the use of both personal and site-wide contact forms.
+
diff --git a/modules/contact/contact.module b/modules/contact/contact.module
index a0176995a..18b169526 100644
--- a/modules/contact/contact.module
+++ b/modules/contact/contact.module
@@ -23,8 +23,6 @@ function contact_help($section) {
$output .= '<li>'. t('Site-wide contact form <a href="@menu-configuration">menu configuration</a>.', array('@menu-configuration' => url('admin/build/menu'))) .'</li></ul>';
$output .= t('For more information, please read the configuration and customization handbook page for the <a href="@contact">contact module</a>.', array('@contact' => url('http://drupal.org/handbook/modules/contact/', NULL, NULL, TRUE)));
return $output;
- case 'admin/settings/modules#description':
- return t('Enables the use of both personal and site-wide contact forms.');
case 'admin/build/contact':
$output = t('This page lets you setup <a href="@form">your site-wide contact form</a>. To do so, add one or more categories. You can associate different recipients with each category to route e-mails to different people. For example, you can route website feedback to the webmaster and direct product information requests to the sales department. On the <a href="@settings">settings page</a>, you can customize the information shown above the contact form. This can be useful to provide additional contact information such as your postal address and telephone number.', array('@settings' => url('admin/build/contact/settings'), '@form' => url('contact')));
if (!module_exists('menu')) {