From fd3e21e2fda37b65b393e26d0e07f94847efb284 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 5 Nov 2008 05:41:19 +0000 Subject: Move Google Maps block off into its own gmaps module. --- core/config/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/config') 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', ); -- cgit v1.2.3