summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-10-10 21:06:45 +0000
committerDries Buytaert <dries@buytaert.net>2006-10-10 21:06:45 +0000
commit08c6fc70e897107f6dd944b4d3ebc8e4bccc8644 (patch)
tree8472a1b29a454926765f123bf26681946dfdd63b /modules/node/node.module
parent0e9571566eb04b2064f0abdee7fc090c9f5b1ce9 (diff)
downloadbrdo-08c6fc70e897107f6dd944b4d3ebc8e4bccc8644.tar.gz
brdo-08c6fc70e897107f6dd944b4d3ebc8e4bccc8644.tar.bz2
- Patch #88409 by Heine: fixed broken link.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module2
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>';
}