[Vtigercrm-commits] [vtiger-commits] r5794 - /vtigercrm/trunk/modules/Home/index.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 9 07:54:11 EDT 2006
Author: saraj
Date: Tue May 9 05:54:02 2006
New Revision: 5794
Log:
Update index.php for Home module - Ahmed
Modified:
vtigercrm/trunk/modules/Home/index.php
Modified: vtigercrm/trunk/modules/Home/index.php
==============================================================================
--- vtigercrm/trunk/modules/Home/index.php (original)
+++ vtigercrm/trunk/modules/Home/index.php Tue May 9 05:54:02 2006
@@ -145,6 +145,7 @@
return $acti_type;
}
+
$query="select tagcloud from users where id=".$current_user->id;
$result=$adb->query($query);
$tagcloud_js=$adb->query_result($result,0,'tagcloud');
@@ -156,6 +157,8 @@
$t=Date("Ymd");
$smarty->assign("IMAGE_PATH",$image_path);
+$smarty->assign("APP",$app_strings);
+$smarty->assign("MOD",$mod_strings);
$smarty->assign("HOMEDETAILS",$home_values);
$smarty->assign("HOMEDEFAULTVIEW",DefHomeView());
$smarty->assign("ACTIVITIES",$activities);
More information about the vtigercrm-commits
mailing list