[Vtigercrm-commits] [vtiger-commits] r6392 - /vtigercrm/trunk/modules/Home/index.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 24 17:53:45 EDT 2006


Author: richie
Date: Wed May 24 15:53:41 2006
New Revision: 6392

Log:
tag integrated for home page accross product

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 Wed May 24 15:53:41 2006
@@ -27,6 +27,7 @@
 require_once('include/database/PearDatabase.php');
 require_once('include/utils/UserInfoUtil.php');
 require_once('include/utils/CommonUtils.php');
+require_once('include/freetag/freetag.class.php');
 global $app_strings;
 global $app_list_strings;
 global $mod_strings;
@@ -162,6 +163,8 @@
 $smarty->assign("HOMEDETAILS",$home_values);
 $smarty->assign("HOMEDEFAULTVIEW",DefHomeView());
 $smarty->assign("ACTIVITIES",$activities);
+$freetag = new freetag();
+$smarty->assign("ALL_TAG",$freetag->get_tag_cloud_html());
 $smarty->display("HomePage.tpl");
 
 function getLoginHistory()





More information about the vtigercrm-commits mailing list