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 +- modules/tag/views/tag_block_cloud.html.php | 9 --------- modules/tag/views/tag_cloud.html.php | 9 +++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 modules/tag/views/tag_block_cloud.html.php create mode 100644 modules/tag/views/tag_cloud.html.php (limited to 'modules') 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; diff --git a/modules/tag/views/tag_block_cloud.html.php b/modules/tag/views/tag_block_cloud.html.php deleted file mode 100644 index 6abaf953..00000000 --- a/modules/tag/views/tag_block_cloud.html.php +++ /dev/null @@ -1,9 +0,0 @@ - - diff --git a/modules/tag/views/tag_cloud.html.php b/modules/tag/views/tag_cloud.html.php new file mode 100644 index 00000000..6abaf953 --- /dev/null +++ b/modules/tag/views/tag_cloud.html.php @@ -0,0 +1,9 @@ + + -- cgit v1.2.3