summaryrefslogtreecommitdiff
path: root/modules/node.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-07-18 08:46:30 +0000
committerDries Buytaert <dries@buytaert.net>2005-07-18 08:46:30 +0000
commit1a0655dce94adcf91361b7e40f135ea6ff040a63 (patch)
tree7eda7997fdd9f31ffdce48bf27cf0f6165993257 /modules/node.module
parent1b6d8cad8557ee4996fe5f354a26a8c7d96b7c22 (diff)
downloadbrdo-1a0655dce94adcf91361b7e40f135ea6ff040a63.tar.gz
brdo-1a0655dce94adcf91361b7e40f135ea6ff040a63.tar.bz2
- Updated handbook-link to reflect the recent handbook restructuring.
Diffstat (limited to 'modules/node.module')
-rw-r--r--modules/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node.module b/modules/node.module
index 5e782255a..ae78a0d83 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -1615,7 +1615,7 @@ function node_page_default() {
<p>The first thing you will need to do is <a href=\"%register\">create the first account</a>. This account will have full administration rights and will allow you to configure your website. Once logged in, you can visit the <a href=\"%admin\">administration section</a> and <a href=\"%config\">set up your site's configuration</a>.</p>
<p>Drupal comes with various modules, each of which contains a specific piece of functionality. You should visit the <a href=\"%modules\">module list</a> and enable those modules which suit your website's needs.</p>
<p><a href=\"%themes\">Themes</a> handle the presentation of your website. You can use one of the existing themes, modify them or create your own from scratch.</p>
- <p>We suggest you look around the administration section and explore the various options Drupal offers you. For more information, you can refer to the <a href=\"%handbook\">Drupal handbook online</a>.</p>", array('%drupal' => 'http://www.drupal.org/', '%register' => url('user/register'), '%admin' => url('admin'), '%config' => url('admin'), '%modules' => url('admin/modules'), '%themes' => url('admin/themes'), '%handbook' => 'http://www.drupal.org/handbook'));
+ <p>We suggest you look around the administration section and explore the various options Drupal offers you. For more information, you can refer to the <a href=\"%handbook\">Drupal handbooks online</a>.</p>", array('%drupal' => 'http://www.drupal.org/', '%register' => url('user/register'), '%admin' => url('admin'), '%config' => url('admin'), '%modules' => url('admin/modules'), '%themes' => url('admin/themes'), '%handbook' => 'http://www.drupal.org/handbooks'));
}
return $output;