From e87a37b8552504a7e9adcafad9662e291b4cfc18 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 16 Nov 2008 07:17:29 +0000 Subject: Rename 'tags' module to 'tag' for consistency of pluralization --- modules/tag/helpers/tags.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 modules/tag/helpers/tags.php (limited to 'modules/tag/helpers') diff --git a/modules/tag/helpers/tags.php b/modules/tag/helpers/tags.php new file mode 100644 index 00000000..7b942c6c --- /dev/null +++ b/modules/tag/helpers/tags.php @@ -0,0 +1,29 @@ +id = "gTags"; + $block->title = _("Tags"); + $block->content = new View("tags_block.html"); + return $block; + } +} \ No newline at end of file -- cgit v1.2.3