diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-10-10 21:06:45 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-10-10 21:06:45 +0000 |
commit | 08c6fc70e897107f6dd944b4d3ebc8e4bccc8644 (patch) | |
tree | 8472a1b29a454926765f123bf26681946dfdd63b /modules/node | |
parent | 0e9571566eb04b2064f0abdee7fc090c9f5b1ce9 (diff) | |
download | brdo-08c6fc70e897107f6dd944b4d3ebc8e4bccc8644.tar.gz brdo-08c6fc70e897107f6dd944b4d3ebc8e4bccc8644.tar.bz2 |
- Patch #88409 by Heine: fixed broken link.
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 1c2d000d2..e439a5dc6 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -2292,7 +2292,7 @@ function node_page_default() { </li> </ol> <p>For more information, please refer to the <a href="@help">help section</a>, or the <a href="@handbook">online Drupal handbooks</a>. You may also post at the <a href="@forum">Drupal forum</a>, or view the wide range of <a href="@support">other support options</a> available.</p>', - array('@drupal' => 'http://drupal.org/', '@register' => url('user/register'), '@admin' => url('admin'), '@config' => url('admin/settings'), '@modules' => url('admin/settings/modules'), '@download_modules' => 'http://drupal.org/project/modules', '@themes' => url('admin/build/themes'), '@download_themes' => 'http://drupal.org/project/themes', '@content' => url('node/add'), '@help' => url('admin/help'), '@handbook' => 'http://drupal.org/handbooks', '@forum' => 'http://drupal.org/forum', '@support' => 'http://drupal.org/support') + array('@drupal' => 'http://drupal.org/', '@register' => url('user/register'), '@admin' => url('admin'), '@config' => url('admin/settings'), '@modules' => url('admin/build/modules'), '@download_modules' => 'http://drupal.org/project/modules', '@themes' => url('admin/build/themes'), '@download_themes' => 'http://drupal.org/project/themes', '@content' => url('node/add'), '@help' => url('admin/help'), '@handbook' => 'http://drupal.org/handbooks', '@forum' => 'http://drupal.org/forum', '@support' => 'http://drupal.org/support') ); $output = '<div id="first-time">'. $output .'</div>'; } |