diff options
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' ); |