summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-22 05:51:15 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-22 05:51:15 +0000
commit8eadddfa873c4c0e8f14adc079c18a1f8fb0fa44 (patch)
treecb271fd056caa8bce62f3e34ae34cefa413119cf /core
parentbb53a0b99f9d36d10afec914122dd262a1e442cc (diff)
Convert gmaps, info, and tag modules to the new block module
Diffstat (limited to 'core')
-rw-r--r--core/libraries/Theme.php9
1 files changed, 0 insertions, 9 deletions
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;
- }
}