From ac7d82606baaaa3d2d7e984cdb1b2fd21c8dec89 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 26 Aug 2006 18:21:00 +0000 Subject: - Patch #80809 by Uwe: fixed broken link. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/node/node.module b/modules/node/node.module index 216e89a8c..15985139e 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -2291,7 +2291,7 @@ function node_page_default() { Finally, you can create content for your website. This message will disappear once you have published your first post. -

For more information, please refer to the help section, or the online Drupal handbooks. You may also post at the Drupal forum, or view the wide range of other support options available.

', +

For more information, please refer to the help section, or the online Drupal handbooks. You may also post at the Drupal forum, or view the wide range of other support options available.

', 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') ); $output = '
'. $output .'
'; -- cgit v1.2.3