From a60944e07d77bcc020bf33934055702dae89b875 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 5 Nov 2008 05:28:20 +0000 Subject: Tags are now off in their own module, hooray! --- core/libraries/Theme.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'core/libraries') diff --git a/core/libraries/Theme.php b/core/libraries/Theme.php index 04032b20..59bf5896 100644 --- a/core/libraries/Theme.php +++ b/core/libraries/Theme.php @@ -40,7 +40,10 @@ class Theme_Core { public function blocks() { /** @todo: this needs to be made data-driven */ - $blocks = array('carousel' => carousel::block($this)); + $blocks = array( + 'carousel' => carousel::block($this), + 'tags' => tags::block($this), + ); return $blocks; } } -- cgit v1.2.3