[Vtigercrm-commits] [vtiger-commits] r5714 - /vtigercrm/trunk/themes/blue/header.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 3 10:08:34 EDT 2006
Author: don
Date: Wed May 3 08:08:27 2006
New Revision: 5714
Log:
i18n of quick create label done
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 Wed May 3 08:08:27 2006
@@ -49,6 +49,7 @@
global $currentModule;
+global $app_strings;
global $app_list_strings;
global $moduleList;
global $theme;
@@ -64,6 +65,7 @@
$qc_modules = getQuickCreateModules();
$smarty->assign("QCMODULE", $qc_modules);
+$smarty->assign("APP", $app_strings);
$smarty->assign("PRINT_URL", "phprint.php?jt=".session_id().$GLOBALS['request_string']);
More information about the vtigercrm-commits
mailing list