diff options
Diffstat (limited to 'modules/path')
-rw-r--r-- | modules/path/path.info | 4 | ||||
-rw-r--r-- | modules/path/path.module | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/path/path.info b/modules/path/path.info new file mode 100644 index 000000000..1fda006aa --- /dev/null +++ b/modules/path/path.info @@ -0,0 +1,4 @@ +; $Id$ +name = Path +description = Allows users to rename URLs. + diff --git a/modules/path/path.module b/modules/path/path.module index 760e5b02f..5b9fdbf43 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -34,8 +34,6 @@ function path_help($section) { ', array('@admin-path-add' => url('admin/build/path/add'), '@admin-path' => url('admin/build/path'), '@external-http-drupal-org-node-15365' => 'http://drupal.org/node/15365', '@admin-clean-url-settings' => url('admin/settings/clean-urls'))); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@path">Path page</a>.', array('@path' => 'http://drupal.org/handbook/modules/path/')) .'</p>'; return $output; - case 'admin/settings/modules#description': - return t('Allows users to rename URLs.'); case 'admin/build/path': return t("<p>Drupal provides users complete control over URLs through aliasing. This feature is typically used to make URLs human-readable or easy to remember. For example, one could map the relative URL 'node/1' onto 'about'. Each system path can have multiple aliases.</p>"); case 'admin/build/path/add': |