From 15ff8c8e32f6606ba73f765daa2b894ef88cd96c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 29 Jan 2006 07:50:45 +0000 Subject: - Patch #46827 by wulff: fixed incorrect links. --- modules/page/page.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/page') diff --git a/modules/page/page.module b/modules/page/page.module index 92b5469b8..6f4deeb88 100644 --- a/modules/page/page.module +++ b/modules/page/page.module @@ -22,9 +22,9 @@ function page_help($section) {
  • read the page administration help at administer >> help >> page.
  • read the story administration help at administer >> help >> story.
  • create a page at create content >> page.
  • -
  • administer page content type at administer >> content >> configure >> content types >> configure page.
  • +
  • administer page content type at administer >> settings >> content types >> configure page.
  • -', array('%admin-help-node' => url('admin/help/node'), '%admin-help-page' => url('admin/help/page'), '%admin-help-story' => url('admin/help/story'), '%node-add-page' => url('node/add/page'), '%admin-node-configure-types-page' => url('admin/node/configure/types/page'))); +', array('%admin-help-node' => url('admin/help/node'), '%admin-help-page' => url('admin/help/page'), '%admin-help-story' => url('admin/help/story'), '%node-add-page' => url('node/add/page'), '%admin-settings-content-types-page' => url('admin/settings/content-types/page'))); $output .= '

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

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