[Vtigercrm-commits] [vtiger-commits] r6390 - /vtigercrm/trunk/include/freetag/freetag.class.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 24 17:52:01 EDT 2006


Author: richie
Date: Wed May 24 15:51:56 2006
New Revision: 6390

Log:
tag integrated for home page accross product

Modified:
    vtigercrm/trunk/include/freetag/freetag.class.php

Modified: vtigercrm/trunk/include/freetag/freetag.class.php
==============================================================================
--- vtigercrm/trunk/include/freetag/freetag.class.php (original)
+++ vtigercrm/trunk/include/freetag/freetag.class.php Wed May 24 15:51:56 2006
@@ -917,7 +917,8 @@
 		$cloud_spans = array();
 		//included to get the site URL
 		include("config.php");
-
+		if($module =='')
+			$module = 'All';	
 		foreach ($tag_list as $tag => $qty) {
           		$size = $min_font_size + ($qty - $min_qty) * 3;
 			$cloud_span[] = '<span class="' . $span_class . '"><a class="tagit" href="'.$site_URL.'/index.php?module=Home&action=UnifiedSearch&search_module='.$module.'&query_string='. $tag . '" style="font-size: '. $size . $font_units . '">' . htmlspecialchars(stripslashes($tag)) . '</a></span>';





More information about the vtigercrm-commits mailing list