tracking_mode) { header('Location: feature_disabled.php'); exit(); } // End of access checks. if($user->can('manage_tasks')) { $active_tasks = ttTeamHelper::getActiveTasks($user->group_id); $inactive_tasks = ttTeamHelper::getInactiveTasks($user->group_id); } else $active_tasks = $user->getAssignedTasks(); $smarty->assign('active_tasks', $active_tasks); $smarty->assign('inactive_tasks', $inactive_tasks); $smarty->assign('title', $i18n->get('title.tasks')); $smarty->assign('content_page_name', 'tasks.tpl'); $smarty->display('index.tpl');