diff --git a/modules/drupal.module b/modules/drupal.module index 35d7852476f09ab543a5f1e21103b645d59abba0..b4687a89994a950c62dff387dd1ad050883074bc 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -13,7 +13,8 @@ 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 (2001/01/15 - latest version)
  • \n"; + $output = "
  • drupal 2.00 (2001/03/15 - latest version)
  • \n"; + $output .= "
  • drupal 1.00 (2001/01/15)
  • \n"; $output .= "
  • drupal 1.00-rc2 (2001/01/08)
  • \n"; $output .= "
  • drupal 1.00-rc1 (2001/01/01)
  • \n"; $theme->box("Download", $output); diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 35d7852476f09ab543a5f1e21103b645d59abba0..b4687a89994a950c62dff387dd1ad050883074bc 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -13,7 +13,8 @@ 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 (2001/01/15 - latest version)
  • \n"; + $output = "
  • drupal 2.00 (2001/03/15 - latest version)
  • \n"; + $output .= "
  • drupal 1.00 (2001/01/15)
  • \n"; $output .= "
  • drupal 1.00-rc2 (2001/01/08)
  • \n"; $output .= "
  • drupal 1.00-rc1 (2001/01/01)
  • \n"; $theme->box("Download", $output);