diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-28 21:22:34 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-28 21:22:34 +0000 |
| commit | 6a76d6f747768106f8bccd8b74059371dbac615a (patch) | |
| tree | 4075552e99833a5a721ca17f6815bacb7baa0fc4 /core/config/config.php | |
| parent | 8b6ed6c477771e42d43ea0684e5139cf361b6cee (diff) | |
Dynamically create the list of available modules. This permits new modules to be added without having to update the config.php file
Diffstat (limited to 'core/config/config.php')
| -rw-r--r-- | core/config/config.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/config/config.php b/core/config/config.php index 67c913bb..db016ffd 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -123,16 +123,5 @@ $config['modules'] = array MODPATH . 'forge', THEMEPATH . 'default', - - MODPATH . 'carousel', - MODPATH . 'tag', - MODPATH . 'user', - MODPATH . 'info', - MODPATH . 'gmaps', - MODPATH . 'media_rss', - MODPATH . 'slideshow', - MODPATH . 'comment', - MODPATH . 'atom', - MODPATH . 'search' ); |
