Browse Source

Change app/user to app/user_settings.

Mark Crane 12 years ago
parent
commit
d96804521e
2 changed files with 2 additions and 3 deletions
  1. 1 2
      core/menu/app_config.php
  2. 1 1
      login.php

+ 1 - 2
core/menu/app_config.php

@@ -32,7 +32,6 @@
 		$apps[$x]['menu'][0]['uuid'] = 'da3a9ab4-c28e-ea8d-50cc-e8405ac8e76e';
 		$apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
 		$apps[$x]['menu'][0]['category'] = 'internal';
-		//$apps[$x]['menu'][0]['path'] = '/core/menu/menu_list.php';
 		$apps[$x]['menu'][0]['path'] = '/core/menu/menu.php';
 
 		$apps[$x]['menu'][0]['groups'][] = 'superadmin';
@@ -50,7 +49,7 @@
 		$apps[$x]['menu'][1]['uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
 		$apps[$x]['menu'][1]['parent_uuid'] = '';
 		$apps[$x]['menu'][1]['category'] = 'internal';
-		$apps[$x]['menu'][1]['path'] = '/app/user/user_dashboard.php';
+		$apps[$x]['menu'][1]['path'] = '/app/user_settings/user_dashboard.php';
 		$apps[$x]['menu'][1]['order'] = '5';
 		$apps[$x]['menu'][1]['groups'][] = 'user';
 		$apps[$x]['menu'][1]['groups'][] = 'admin';

+ 1 - 1
login.php

@@ -32,7 +32,7 @@ require_once "includes/require.php";
 
 //set a default login destination
 	if (strlen($_SESSION['login']['destination']['url']) == 0) {
-		$_SESSION['login']['destination']['url'] = PROJECT_PATH."/user/user_dashboard.php";
+		$_SESSION['login']['destination']['url'] = PROJECT_PATH."/user_settings/user_dashboard.php";
 	}
 
 //add the header