From b156f83be82a64d3c4d2a215e47c6420f48a83e0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 15 Mar 2001 11:24:15 +0000 Subject: - added drupal 2.00 --- modules/drupal.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/drupal.module') diff --git a/modules/drupal.module b/modules/drupal.module index 35d785247..b4687a899 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); -- cgit v1.2.3