summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-16 07:20:58 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-16 07:20:58 +0000
commite3be3cecf5ba6dea5d051c05d86b995f9b1df830 (patch)
tree4f26ada04975afa71325220de883879986a9c1e6 /modules
parente87a37b8552504a7e9adcafad9662e291b4cfc18 (diff)
Second half of renaming the tags module. Change all occurrences of
gTags to gTag in the CSS.
Diffstat (limited to 'modules')
-rw-r--r--modules/tag/helpers/tag.php (renamed from modules/tag/helpers/tags.php)6
-rw-r--r--modules/tag/views/tag_block.html.php (renamed from modules/tag/views/tags_block.html.php)0
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/tag/helpers/tags.php b/modules/tag/helpers/tag.php
index 7b942c6c..3fe97a7d 100644
--- a/modules/tag/helpers/tags.php
+++ b/modules/tag/helpers/tag.php
@@ -18,12 +18,12 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
-class Tags_Core {
+class Tag_Core {
public static function block($theme) {
$block = new Block();
- $block->id = "gTags";
+ $block->id = "gTag";
$block->title = _("Tags");
- $block->content = new View("tags_block.html");
+ $block->content = new View("tag_block.html");
return $block;
}
} \ No newline at end of file
diff --git a/modules/tag/views/tags_block.html.php b/modules/tag/views/tag_block.html.php
index f23874ff..f23874ff 100644
--- a/modules/tag/views/tags_block.html.php
+++ b/modules/tag/views/tag_block.html.php