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 ++++++++++++++++++++++ modules/tag/views/tags_block.html.php | 46 +++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 modules/tag/helpers/tags.php create mode 100644 modules/tag/views/tags_block.html.php (limited to 'modules/tag') 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 diff --git a/modules/tag/views/tags_block.html.php b/modules/tag/views/tags_block.html.php new file mode 100644 index 00000000..f23874ff --- /dev/null +++ b/modules/tag/views/tags_block.html.php @@ -0,0 +1,46 @@ + + + +
+ + +
-- cgit v1.2.3