[Vtigercrm-commits] [vtiger-commits] r7935 - /vtigercrm/trunk/modules/Home/index.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Jul 10 08:35:13 EDT 2006
Author: richie
Date: Mon Jul 10 06:35:08 2006
New Revision: 7935
Log:
changes made to get dashboard on the top of the homepage
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 Mon Jul 10 06:35:08 2006
@@ -54,7 +54,7 @@
}
if( count($home_section_order) < 1 )
{
- $home_section_order = array("ALVT","PLVT","QLTQ","CVLVT","HLT","OLV","GRT","OLTSO","ILTI","HDB");
+ $home_section_order = array("ALVT","HDB","PLVT","QLTQ","CVLVT","HLT","OLV","GRT","OLTSO","ILTI");
}
require('user_privileges/user_privileges_'.$current_user->id.'.php');
More information about the vtigercrm-commits
mailing list