BUG 0000 User Inbox Simplified (6th commit)

This commit is contained in:
Erik Amaru Ortiz
2012-02-03 09:46:27 -04:00
parent 862215fd62
commit 5e0d7d9f98
11 changed files with 407 additions and 9 deletions

View File

@@ -245,6 +245,7 @@ class UsersProperties extends BaseUsersProperties
switch ($uxType) {
case 'SIMPLIFIED':
case 'SWITCHABLE':
case 'SINGLE':
$_SESSION['user_experience'] = $uxType;
return '/sys' . SYS_SYS . '/' . $sLanguage . '/' . SYS_SKIN . '/' . 'home';
break;