diff options
Diffstat (limited to 'core/config/config.php')
-rw-r--r-- | core/config/config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/config/config.php b/core/config/config.php index afa84a82..5ab35a0e 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -122,4 +122,6 @@ $config['modules'] = array MODPATH . 'unit_test', MODPATH . 'mptt', MODPATH . 'forge', + + THEMEPATH . 'default', ); |