From 4bf486955cea9e2b67531f044c6bf34a7bc9324f Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 18 Nov 2008 19:09:24 +0000 Subject: The start of the slideshow module. Mostly framework stuff, no real implementation yet --- core/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/config/config.php b/core/config/config.php index 3a81f112..2791bd76 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -129,6 +129,6 @@ $config['modules'] = array MODPATH . 'user', MODPATH . 'info', MODPATH . 'gmaps', - MODPATH . 'auth', + MODPATH . 'slideshow', MODPATH . 'comment', ); -- cgit v1.2.3