From 5672fbea1e89189a03593698d29e0775e026a79f Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 28 Nov 2008 07:05:11 +0000 Subject: Rename tag_block_cloud.html.php to tag_cloud.html.php --- modules/tag/helpers/tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tag/helpers') diff --git a/modules/tag/helpers/tag.php b/modules/tag/helpers/tag.php index 4b65016d..34ff16b6 100644 --- a/modules/tag/helpers/tag.php +++ b/modules/tag/helpers/tag.php @@ -71,7 +71,7 @@ class tag_Core { public static function cloud($count) { $tags = tag::popular_tags($count)->as_array(); if ($tags) { - $cloud = new View("tag_block_cloud.html"); + $cloud = new View("tag_cloud.html"); $cloud->max_count = $tags[0]->count; usort($tags, array("tag_block", "sort_by_name")); $cloud->tags = $tags; -- cgit v1.2.3