summaryrefslogtreecommitdiff
path: root/modules/page
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-29 07:50:45 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-29 07:50:45 +0000
commit15ff8c8e32f6606ba73f765daa2b894ef88cd96c (patch)
tree0a88b463d166a7b04bb762f9eaf9a36d35ec5397 /modules/page
parent2210b607b063f5aa748190add99b85e4628da6cf (diff)
downloadbrdo-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.module4
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 &gt;&gt; help &gt;&gt; page</a>.</li>
<li>read the story administration help at <a href="%admin-help-story">administer &gt;&gt; help &gt;&gt; story</a>.</li>
<li>create a page at <a href="%node-add-page">create content &gt;&gt; page</a>.</li>
-<li>administer page content type at <a href="%admin-node-configure-types-page">administer &gt;&gt; content &gt;&gt; configure &gt;&gt; content types &gt;&gt; configure page</a>.</li>
+<li>administer page content type at <a href="%admin-settings-content-types-page">administer &gt;&gt; settings &gt;&gt; content types &gt;&gt; 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':