From e3be3cecf5ba6dea5d051c05d86b995f9b1df830 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 16 Nov 2008 07:20:58 +0000 Subject: Second half of renaming the tags module. Change all occurrences of gTags to gTag in the CSS. --- core/libraries/Theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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), ); -- cgit v1.2.3