From 1a0655dce94adcf91361b7e40f135ea6ff040a63 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 18 Jul 2005 08:46:30 +0000 Subject: [PATCH] - Updated handbook-link to reflect the recent handbook restructuring. --- modules/node.module | 2 +- modules/node/node.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/node.module b/modules/node.module index 5e782255a2a..ae78a0d83ff 100644 --- a/modules/node.module +++ b/modules/node.module @@ -1615,7 +1615,7 @@ function node_page_default() {

The first thing you will need to do is create the first account. This account will have full administration rights and will allow you to configure your website. Once logged in, you can visit the administration section and set up your site's configuration.

Drupal comes with various modules, each of which contains a specific piece of functionality. You should visit the module list and enable those modules which suit your website's needs.

Themes handle the presentation of your website. You can use one of the existing themes, modify them or create your own from scratch.

-

We suggest you look around the administration section and explore the various options Drupal offers you. For more information, you can refer to the Drupal handbook online.

", 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')); +

We suggest you look around the administration section and explore the various options Drupal offers you. For more information, you can refer to the Drupal handbooks online.

", 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; diff --git a/modules/node/node.module b/modules/node/node.module index 5e782255a2a..ae78a0d83ff 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1615,7 +1615,7 @@ function node_page_default() {

The first thing you will need to do is create the first account. This account will have full administration rights and will allow you to configure your website. Once logged in, you can visit the administration section and set up your site's configuration.

Drupal comes with various modules, each of which contains a specific piece of functionality. You should visit the module list and enable those modules which suit your website's needs.

Themes handle the presentation of your website. You can use one of the existing themes, modify them or create your own from scratch.

-

We suggest you look around the administration section and explore the various options Drupal offers you. For more information, you can refer to the Drupal handbook online.

", 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')); +

We suggest you look around the administration section and explore the various options Drupal offers you. For more information, you can refer to the Drupal handbooks online.

", 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;