text->e($user['name'] ?: $user['username']) ?>

  • app->checkMenuSelection('DashboardController', 'show') ?>> url->link(t('Overview'), 'DashboardController', 'show', array('user_id' => $user['id'])) ?>
  • app->checkMenuSelection('DashboardController', 'projects') ?>> url->link(t('My projects'), 'DashboardController', 'projects', array('user_id' => $user['id'])) ?>
  • app->checkMenuSelection('DashboardController', 'tasks') ?>> url->link(t('My tasks'), 'DashboardController', 'tasks', array('user_id' => $user['id'])) ?>
  • app->checkMenuSelection('DashboardController', 'subtasks') ?>> url->link(t('My subtasks'), 'DashboardController', 'subtasks', array('user_id' => $user['id'])) ?>
  • app->checkMenuSelection('DashboardController', 'calendar') ?>> url->link(t('My calendar'), 'DashboardController', 'calendar', array('user_id' => $user['id'])) ?>
  • app->checkMenuSelection('DashboardController', 'activity') ?>> url->link(t('My activity stream'), 'DashboardController', 'activity', array('user_id' => $user['id'])) ?>
  • app->checkMenuSelection('DashboardController', 'notifications') ?>> url->link(t('My notifications'), 'DashboardController', 'notifications', array('user_id' => $user['id'])) ?>
  • hook->render('template:dashboard:sidebar') ?>