From 5abbc3971f8b7dc8c10a775e4a5c7f7e46ba047e Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Mon, 9 Feb 2004 00:56:23 +0000 Subject: - Improved welcome message --- modules/node/node.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 5664702ab..04c88a597 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1505,10 +1505,10 @@ function node_page_default() { } else { $output = t(" -

Welcome to your new Drupal-powered website. This welcome message will guide you through your first steps with Drupal, and will disappear once you've posted your first piece of content.

-

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

-

Drupal's functionality is contained in 'modules', each with a specific function. You should visit the module list and enable those modules necessary for your particular website.

-

The presentation of your website is handled by 'themes'. You can use one of the existing themes, modify them, or create your own from scratch.

+

Welcome to your new Drupal-powered website. This message will guide you through your first steps with Drupal, and will disappear once you have posted your first piece of content.

+

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/system'), '%modules' => url('admin/system/modules'), '%themes' => url('admin/system/themes'), '%handbook' => 'http://www.drupal.org/handbook')); } -- cgit v1.2.3