1
1
<?php
2
2
/*********************************************************************************
3
- * This file is part of QuickCRM Mobile Pro.
4
- * QuickCRM Mobile Pro is a mobile client for SugarCRM
5
- *
6
- * Author : NS-Team (http://www.quickcrm.fr/mobile)
7
- * All rights (c) 2011 by NS-Team
3
+ * This file is part of QuickCRM Mobile CE.
4
+ * QuickCRM Mobile CE is a mobile client for SugarCRM
5
+ *
6
+ * Author : NS-Team (http://www.ns-team.fr)
7
+ *
8
+ * QuickCRM Mobile CE is licensed under GNU General Public License v3 (GPLv3)
8
9
*
9
- * This Version of the QuickCRM Mobile Pro is licensed software and may only be used in
10
- * alignment with the License Agreement received with this Software.
11
- * This Software is copyrighted and may not be further distributed without
12
- * witten consent of NS-Team
13
- *
14
10
* You can contact NS-Team at NS-Team - 55 Chemin de Mervilla - 31320 Auzeville - France
15
- * or via email at quickcrm @ns-team.fr
16
- *
11
+ * or via email at infos @ns-team.fr
12
+ *
17
13
********************************************************************************/
18
14
19
15
$ admin_option_defs =array ();
20
16
$ admin_option_defs ['Administration ' ]['quickcrm_update ' ]= array ('Administration ' ,'LBL_UPDATE_QUICKCRM_TITLE ' ,'LBL_UPDATE_QUICKCRM ' ,'./index.php?module=Administration&action=updatequickcrm ' );
21
- $ admin_group_header []= array ('LBL_QUICKCRM ' ,'' ,false ,$ admin_option_defs , '' );
17
+
18
+
19
+ $ admin_option_defs ['Administration ' ] = array_merge ((array )$ admin_group_header [1 ][3 ]['Administration ' ],(array )$ admin_option_defs ['Administration ' ]);
20
+
21
+ $ admin_group_header [1 ]= array ('LBL_ADMINISTRATION_HOME_TITLE ' ,'' ,false ,$ admin_option_defs , 'LBL_ADMINISTRATION_HOME_DESC ' );
22
+
22
23
23
24
24
25
?>
0 commit comments