diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-16 07:20:58 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-16 07:20:58 +0000 |
commit | e3be3cecf5ba6dea5d051c05d86b995f9b1df830 (patch) | |
tree | 4f26ada04975afa71325220de883879986a9c1e6 /core | |
parent | e87a37b8552504a7e9adcafad9662e291b4cfc18 (diff) |
Second half of renaming the tags module. Change all occurrences of
gTags to gTag in the CSS.
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), ); |