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/libraries/Theme.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/libraries') 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