diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-01-29 07:50:45 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-01-29 07:50:45 +0000 |
commit | 15ff8c8e32f6606ba73f765daa2b894ef88cd96c (patch) | |
tree | 0a88b463d166a7b04bb762f9eaf9a36d35ec5397 /modules/page | |
parent | 2210b607b063f5aa748190add99b85e4628da6cf (diff) | |
download | brdo-15ff8c8e32f6606ba73f765daa2b894ef88cd96c.tar.gz brdo-15ff8c8e32f6606ba73f765daa2b894ef88cd96c.tar.bz2 |
- Patch #46827 by wulff: fixed incorrect links.
Diffstat (limited to 'modules/page')
-rw-r--r-- | modules/page/page.module | 4 |
1 files changed, 2 insertions, 2 deletions
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) { <li>read the page administration help at <a href="%admin-help-page">administer >> help >> page</a>.</li> <li>read the story administration help at <a href="%admin-help-story">administer >> help >> story</a>.</li> <li>create a page at <a href="%node-add-page">create content >> page</a>.</li> -<li>administer page content type at <a href="%admin-node-configure-types-page">administer >> content >> configure >> content types >> configure page</a>.</li> +<li>administer page content type at <a href="%admin-settings-content-types-page">administer >> settings >> content types >> configure page</a>.</li> </ul> -', 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 .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%page">Page page</a>.', array('%page' => 'http://www.drupal.org/handbook/modules/page/')) .'</p>'; return $output; case 'admin/modules#description': |