BUG 0000 User Inbox Simplified (6th commit)
This commit is contained in:
@@ -56,7 +56,14 @@ class Home extends Controller
|
||||
$processList = $case->getStartCasesPerType ( $_SESSION ['USER_LOGGED'], 'category' );
|
||||
unset($processList[0]);
|
||||
|
||||
$this->setView('home/index');
|
||||
if ($this->userUxType == 'SINGLE') {
|
||||
$this->setView('home/index2');
|
||||
}
|
||||
else {
|
||||
$this->setView('home/index');
|
||||
}
|
||||
|
||||
|
||||
$this->setVar('usrUid', $this->userID);
|
||||
$this->setVar('userName', $this->userName);
|
||||
$this->setVar('processList', $processList);
|
||||
|
||||
Reference in New Issue
Block a user