diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-21 23:55:29 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-21 23:55:29 +0000 |
commit | 01c8cdc8dd08bf859f68aaffff32fd1acf1a66ab (patch) | |
tree | 5d37e126bedba40b56b29179002cbb0266fba448 /core | |
parent | 60191f1d2c65103d35a8b7bf9771d5ff13405db6 (diff) |
Convert the carousel module to provide its block through the new api
Diffstat (limited to 'core')
-rw-r--r-- | core/libraries/Theme.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/libraries/Theme.php b/core/libraries/Theme.php index 4bd8237a..66d0d640 100644 --- a/core/libraries/Theme.php +++ b/core/libraries/Theme.php @@ -60,7 +60,6 @@ class Theme_Core { public function blocks() { /** @todo: make this data driven */ $blocks = array( - 'carousel' => carousel::block($this), 'tag' => tag::block($this), 'info' => info::block($this), 'gmaps' => gmaps::block($this), |