Convert the carousel module to provide its block through the new api

This commit is contained in:
Tim Almdal
2008-11-21 23:55:29 +00:00
parent 60191f1d2c
commit 01c8cdc8dd
4 changed files with 37 additions and 4 deletions

View File

@@ -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),