diff options
Diffstat (limited to 'core/config/config.php')
-rw-r--r-- | core/config/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config/config.php b/core/config/config.php index 3f0f24d3..13652434 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -126,6 +126,7 @@ $config['modules'] = array MODPATH . 'tags', MODPATH . 'user', MODPATH . 'info', + MODPATH . 'gmaps', THEMEPATH . 'default', ); |