diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-18 19:09:24 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-18 19:09:24 +0000 |
commit | 4bf486955cea9e2b67531f044c6bf34a7bc9324f (patch) | |
tree | c1a874cfc00e5894bff4b26c1eadbbcb690411bc /core | |
parent | 4dfa22606fe4c23ab3b60b94518a8d06de63d86b (diff) |
The start of the slideshow module. Mostly framework stuff, no real implementation yet
Diffstat (limited to 'core')
-rw-r--r-- | core/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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', ); |