From fd64164419060f4420ece6c7766c5693577f67ef Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 29 Dec 2000 11:00:56 +0000 Subject: Surprise, surprise. After nothing but code, a large batch of changes: - removed droplets - added (optional) admin_blocks module - added (optional) affiliate module - added (optional) about module (only placeholder, under construction) - fixed some tiny bugs (e.g. quote bug in search.php) - partionally rewrote some modules to be big, bad and better - partionally rewrote some modules to be more uniform - added GNU GPL license to CVS Also: - installed PHP 4.0.4 on my localhost and now working towards PHP 4.0.4 compatibility. - I think I'll baptize the engine "drupal". If you have a better idea, try convincing me ASAP. Todo: - more testing (also with PHP 4.0.4) - make "project"-module: download, info, blah blah - complete documentation --- modules/documentation.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/documentation.module') diff --git a/modules/documentation.module b/modules/documentation.module index ae2053496..88b9ce4a2 100644 --- a/modules/documentation.module +++ b/modules/documentation.module @@ -1,10 +1,10 @@ "documentation_page"); +$module = array("page" => "documentation", + "admin" => "documentation"); -function documentation_page() { +function documentation() { ?> -

Documentation

$Id$

Chapter 1: installation guide

-- cgit v1.2.3