From ba348181f74634376c871c2be9210ead4582b5e2 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 11 Nov 2008 23:12:16 +0000 Subject: Rename tag_cloud.html.php to tags_block.html.php for consistency --- modules/tags/helpers/tags.php | 3 ++- modules/tags/views/tag_cloud.html.php | 44 ---------------------------------- modules/tags/views/tags_block.html.php | 44 ++++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 45 deletions(-) delete mode 100644 modules/tags/views/tag_cloud.html.php create mode 100644 modules/tags/views/tags_block.html.php (limited to 'modules') diff --git a/modules/tags/helpers/tags.php b/modules/tags/helpers/tags.php index ca4f7e35..cc18ebb0 100644 --- a/modules/tags/helpers/tags.php +++ b/modules/tags/helpers/tags.php @@ -1,3 +1,4 @@ + id = "gTags"; $block->title = _("Tags"); - $block->content = new View("tag_cloud.html"); + $block->content = new View("tags_block.html"); return $block; } } \ No newline at end of file diff --git a/modules/tags/views/tag_cloud.html.php b/modules/tags/views/tag_cloud.html.php deleted file mode 100644 index 4e5a93ac..00000000 --- a/modules/tags/views/tag_cloud.html.php +++ /dev/null @@ -1,44 +0,0 @@ - - - -
- - - -
diff --git a/modules/tags/views/tags_block.html.php b/modules/tags/views/tags_block.html.php new file mode 100644 index 00000000..4e5a93ac --- /dev/null +++ b/modules/tags/views/tags_block.html.php @@ -0,0 +1,44 @@ + + + +
+ + + +
-- cgit v1.2.3