[Vtigercrm-commits] [vtiger-commits] r5292 - /vtigercrm/trunk/themes/blue/header.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 24 11:37:05 EDT 2006
Author: saraj
Date: Mon Apr 24 09:37:01 2006
New Revision: 5292
Log:
Added a new array that has all the modules having quickcreate feature & assigning it to a variable QCMODULE - Ahmed
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 Mon Apr 24 09:37:01 2006
@@ -62,6 +62,9 @@
$smarty->assign("THEME",$theme);
$smarty->assign("IMAGEPATH",$image_path);
+$qc_modules = getQuickCreateModules();
+$smarty->assign("QCMODULE", $qc_modules);
+
$smarty->assign("PRINT_URL", "phprint.php?jt=".session_id().$GLOBALS['request_string']);
$smarty->assign("MODULE_NAME", $currentModule);
More information about the vtigercrm-commits
mailing list