From 58752cfaa2b182c53e26ee42983ff41d59597b4c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 10 Jul 2006 19:27:52 +0000 Subject: - Patch #72284 by me: + reorganized ?q=admin/settings + deprecated the _settings hook --- modules/path/path.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index b18226955..e437e72f5 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -29,9 +29,9 @@ function path_help($section) {
  • add a URL alias: administer >> url aliases >> add alias.
  • administer the list of URL aliases: administer >> url aliases.
  • read how to configure clean URLs for your webserver. -
  • enable clean url\'s to remove the =? at administer >> settings.
  • +
  • enable clean url\'s to remove the =? at administer >> settings >> clean URLs.
  • -', array('%admin-path-add' => url('admin/path/add'), '%admin-path' => url('admin/path'), '%external-http-drupal-org-node-15365' => 'http://drupal.org/node/15365', '%admin-settings' => url('admin/settings'))); +', array('%admin-path-add' => url('admin/path/add'), '%admin-path' => url('admin/path'), '%external-http-drupal-org-node-15365' => 'http://drupal.org/node/15365', '%admin-clean-url-settings' => url('admin/settings/clean-urls'))); $output .= '

    '. t('For more information please read the configuration and customization handbook Path page.', array('%path' => 'http://drupal.org/handbook/modules/path/')) .'

    '; return $output; case 'admin/modules#description': -- cgit v1.2.3