diff options
Diffstat (limited to 'core/config')
| -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 2627a6f4..3f0f24d3 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -125,6 +125,7 @@ $config['modules'] = array MODPATH . 'carousel', MODPATH . 'tags', MODPATH . 'user', - + MODPATH . 'info', + THEMEPATH . 'default', ); |
