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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 9 02:24:12 EST 2006


Author: saraj
Date: Thu Mar  9 00:24:08 2006
New Revision: 4098

Log:
Included commonutils file & assigned defhomeview function

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 Thu Mar  9 00:24:08 2006
@@ -26,6 +26,7 @@
 require_once($theme_path.'layout_utils.php');
 require_once('include/database/PearDatabase.php');
 require_once('include/utils/UserInfoUtil.php');
+require_once('include/utils/CommonUtils.php');
 global $app_strings;
 global $app_list_strings;
 global $mod_strings;
@@ -164,6 +165,7 @@
 $t=Date("Ymd");
 $smarty->assign("IMAGE_PATH",$image_path);
 $smarty->assign("HOMEDETAILS",$home_values);
+$smarty->assign("HOMEDEFAULTVIEW",DefHomeView());
 $smarty->display("HomePage.tpl");
 
 function getLoginHistory()





More information about the vtigercrm-commits mailing list