summaryrefslogtreecommitdiff
path: root/modules/drupal.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-02-21 08:25:21 +0000
committerDries Buytaert <dries@buytaert.net>2001-02-21 08:25:21 +0000
commit86e315e2b4f169680cafec58dab24f9e4ad1b0df (patch)
tree6781b55c81ff9e597b693f77d82ca2f2eb393bc8 /modules/drupal.module
parent9b3cd99736ee9f8082af4398ae64dd0a132d7347 (diff)
downloadbrdo-86e315e2b4f169680cafec58dab24f9e4ad1b0df.tar.gz
brdo-86e315e2b4f169680cafec58dab24f9e4ad1b0df.tar.bz2
- locale module: added documentation (first draft)
- locale module: improved administration interface - headline module: fixed small visual glitch in export function - account: small improvements
Diffstat (limited to 'modules/drupal.module')
-rw-r--r--modules/drupal.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/drupal.module b/modules/drupal.module
index 47a08265a..dce787314 100644
--- a/modules/drupal.module
+++ b/modules/drupal.module
@@ -13,9 +13,9 @@ function drupal_render($id, $cid) {
$output .= " <P>We don't have a real demo site yet but drupal is used by (and created for) <A HREF=\"http://drop.org/\">http://drop.org/</A>. Create an account, play with it for a bit, read the <A HREF=\"module.php?mod=documentation\">documentation</A> and spend some time getting used to it.</P>\n";
$theme->box("Introduction", $output);
- $output = "<LI><A HREF=\"drupal/drupal-1.00.tgz\">drupal 1.00</A> (2000/01/15 - latest version)</LI>\n";
- $output .= "<LI><A HREF=\"drupal/drupal-1.00-rc2.tgz\">drupal 1.00-rc2</A> (2000/01/08)</LI>\n";
- $output .= "<LI><A HREF=\"drupal/drupal-1.00-rc1.tgz\">drupal 1.00-rc1</A> (2000/01/01)</LI>\n";
+ $output = "<LI><A HREF=\"drupal/drupal-1.00.tgz\">drupal 1.00</A> (2001/01/15 - latest version)</LI>\n";
+ $output .= "<LI><A HREF=\"drupal/drupal-1.00-rc2.tgz\">drupal 1.00-rc2</A> (2001/01/08)</LI>\n";
+ $output .= "<LI><A HREF=\"drupal/drupal-1.00-rc1.tgz\">drupal 1.00-rc1</A> (2001/01/01)</LI>\n";
$theme->box("Download", $output);
unset($output);