summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-26 18:21:00 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-26 18:21:00 +0000
commitac7d82606baaaa3d2d7e984cdb1b2fd21c8dec89 (patch)
tree3c0adfebeeb136cfc463358a31c69224aafa8959 /modules/node/node.module
parent234d5bef20e4172f3cd3ed6d6f5a7264e8ca947c (diff)
downloadbrdo-ac7d82606baaaa3d2d7e984cdb1b2fd21c8dec89.tar.gz
brdo-ac7d82606baaaa3d2d7e984cdb1b2fd21c8dec89.tar.bz2
- Patch #80809 by Uwe: 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 216e89a8c..15985139e 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -2291,7 +2291,7 @@ function node_page_default() {
Finally, you can <a href="@content">create content</a> for your website. This message will disappear once you have published your first post.
</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>',
+ <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')
);
$output = '<div id="first-time">'. $output .'</div>';