From 86e315e2b4f169680cafec58dab24f9e4ad1b0df Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 21 Feb 2001 08:25:21 +0000 Subject: - locale module: added documentation (first draft) - locale module: improved administration interface - headline module: fixed small visual glitch in export function - account: small improvements --- modules/drupal/drupal.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/drupal') diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 47a08265a..dce787314 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -13,9 +13,9 @@ function drupal_render($id, $cid) { $output .= "

We don't have a real demo site yet but drupal is used by (and created for) http://drop.org/. Create an account, play with it for a bit, read the documentation and spend some time getting used to it.

\n"; $theme->box("Introduction", $output); - $output = "
  • drupal 1.00 (2000/01/15 - latest version)
  • \n"; - $output .= "
  • drupal 1.00-rc2 (2000/01/08)
  • \n"; - $output .= "
  • drupal 1.00-rc1 (2000/01/01)
  • \n"; + $output = "
  • drupal 1.00 (2001/01/15 - latest version)
  • \n"; + $output .= "
  • drupal 1.00-rc2 (2001/01/08)
  • \n"; + $output .= "
  • drupal 1.00-rc1 (2001/01/01)
  • \n"; $theme->box("Download", $output); unset($output); -- cgit v1.2.3