diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/libraries/Theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libraries/Theme.php b/core/libraries/Theme.php index e84839dd..4bd8237a 100644 --- a/core/libraries/Theme.php +++ b/core/libraries/Theme.php @@ -61,7 +61,7 @@ class Theme_Core { /** @todo: make this data driven */ $blocks = array( 'carousel' => carousel::block($this), - 'tags' => tags::block($this), + 'tag' => tag::block($this), 'info' => info::block($this), 'gmaps' => gmaps::block($this), ); |