[Vtigercrm-commits] [vtiger-commits] r4110 - /vtigercrm/trunk/themes/blue/header.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 9 05:06:40 EST 2006
Author: saraj
Date: Thu Mar 9 03:06:36 2006
New Revision: 4110
Log:
issue in jumpto has been fixed
Modified:
vtigercrm/trunk/themes/blue/header.php
Modified: vtigercrm/trunk/themes/blue/header.php
==============================================================================
--- vtigercrm/trunk/themes/blue/header.php (original)
+++ vtigercrm/trunk/themes/blue/header.php Thu Mar 9 03:06:36 2006
@@ -49,7 +49,7 @@
global $currentModule;
-
+global $app_list_strings;
global $moduleList;
global $theme;
$theme_path="themes/".$theme."/";
@@ -73,7 +73,7 @@
else $smarty->assign("CURRENT_USER", $current_user->user_name);
$smarty->assign("CURRENT_USER_ID", $current_user->id);
-
+$smarty->assign("MODULELISTS",$app_list_strings['moduleList']);
$smarty->assign("CATEGORY",getParentTab());
$smarty->assign("CALC",get_calc($image_path));
More information about the vtigercrm-commits
mailing list