From dbaa0ddfaf43eb1c4d5cdbe8080064fc3e67e378 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Thu, 12 May 2011 23:53:29 +0000 Subject: Changed this back to upstream version since now there is a user setting for tag cloud size. --- modules/tag/helpers/tag_block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/tag/helpers/tag_block.php b/modules/tag/helpers/tag_block.php index 74656a0a..cec71f41 100644 --- a/modules/tag/helpers/tag_block.php +++ b/modules/tag/helpers/tag_block.php @@ -30,7 +30,7 @@ class tag_block_Core { $block->css_id = "g-tag"; $block->title = t("Tags"); $block->content = new View("tag_block.html"); - $block->content->cloud = tag::cloud(module::get_var("tag", "tag_cloud_size", 250)); + $block->content->cloud = tag::cloud(module::get_var("tag", "tag_cloud_size", 30)); if ($theme->item() && $theme->page_subtype() != "tag" && access::can("edit", $theme->item())) { $controller = new Tags_Controller(); -- cgit v1.2.3