diff options
Diffstat (limited to 'core/config/config.php')
-rw-r--r-- | core/config/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/config/config.php b/core/config/config.php index 71bd5823..2627a6f4 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -124,6 +124,7 @@ $config['modules'] = array MODPATH . 'carousel', MODPATH . 'tags', - + MODPATH . 'user', + THEMEPATH . 'default', ); |