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 + core/libraries/Theme.php | 1 + 2 files changed, 2 insertions(+) (limited to 'core') 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', ); diff --git a/core/libraries/Theme.php b/core/libraries/Theme.php index bee2512f..101cbb42 100644 --- a/core/libraries/Theme.php +++ b/core/libraries/Theme.php @@ -44,6 +44,7 @@ class Theme_Core { 'carousel' => carousel::block($this), 'tags' => tags::block($this), 'info' => info::block($this), + 'gmaps' => gmaps::block($this), ); return $blocks; } -- cgit v1.2.3