From 8eadddfa873c4c0e8f14adc079c18a1f8fb0fa44 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 22 Nov 2008 05:51:15 +0000 Subject: Convert gmaps, info, and tag modules to the new block module --- core/libraries/Theme.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'core') diff --git a/core/libraries/Theme.php b/core/libraries/Theme.php index 66d0d640..f95ef569 100644 --- a/core/libraries/Theme.php +++ b/core/libraries/Theme.php @@ -57,13 +57,4 @@ class Theme_Core { return new View("in_place_edit.html"); } - public function blocks() { - /** @todo: make this data driven */ - $blocks = array( - 'tag' => tag::block($this), - 'info' => info::block($this), - 'gmaps' => gmaps::block($this), - ); - return $blocks; - } } -- cgit v1.2.3