diff options
Diffstat (limited to 'core/libraries/Theme.php')
-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), |