[Vtigercrm-commits] [vtiger-commits] r5589 - /vtigercrm/trunk/themes/blue/header.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Apr 29 09:23:24 EDT 2006


Author: don
Date: Sat Apr 29 07:23:20 2006
New Revision: 5589

Log:
Made changes in header.php for new Homepage UI

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 Sat Apr 29 07:23:20 2006
@@ -79,6 +79,8 @@
 $smarty->assign("MODULELISTS",$app_list_strings['moduleList']);
 $smarty->assign("CATEGORY",getParentTab());
 $smarty->assign("CALC",get_calc($image_path));
+$smarty->assign("QUICKACCESS",getAllParenttabmoduleslist());
+
 
 if (is_admin($current_user)) $smarty->assign("ADMIN_LINK", "<a href='index.php?module=Settings&action=index'>".$app_strings['LBL_SETTINGS']."</a>");
 





More information about the vtigercrm-commits mailing list