diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-09-01 16:50:12 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-09-01 16:50:12 +0000 |
commit | ff813ab62ca142f5c892846e56eb9044ffedd822 (patch) | |
tree | 6b0c5f22d7729fb579170ad3301aec31d99991d2 /modules/node | |
parent | 39d2e4af43d7d682391796a2cbfedfb0e956dbdc (diff) | |
download | brdo-ff813ab62ca142f5c892846e56eb9044ffedd822.tar.gz brdo-ff813ab62ca142f5c892846e56eb9044ffedd822.tar.bz2 |
#564562 by Gábor Hojtsy, Bojhan, yoroy, and catch: Added 'System' configuration section.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 8c35dc9d8..afc295b6b 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1905,7 +1905,7 @@ function node_page_default() { $default_links[] = l(t('Create content'), 'node/add'); } if (user_access('administer site configuration')) { - $default_links[] = l(t('Change the default front page'), 'admin/settings/site-information'); + $default_links[] = l(t('Change the default front page'), 'admin/config/system/site-information'); } if (!empty($default_links)) { $default_message .= theme('item_list', $default_links); |