summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/config/config.php b/core/config/config.php
index 6805f52e..b57a4b71 100644
--- a/core/config/config.php
+++ b/core/config/config.php
@@ -122,11 +122,11 @@ $config['modules'] = array
MODPATH . 'unit_test',
MODPATH . 'forge',
+ THEMEPATH . 'default',
+
MODPATH . 'carousel',
MODPATH . 'tags',
MODPATH . 'user',
MODPATH . 'info',
MODPATH . 'gmaps',
-
- THEMEPATH . 'default',
);