From 8f6b3295e89af4c877f5522b9941fafd51b795c7 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 11 Mar 2017 19:36:48 -0500 Subject: Move dashboard menu for calendar and activity stream --- app/Template/dashboard/sidebar.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'app/Template/dashboard/sidebar.php') diff --git a/app/Template/dashboard/sidebar.php b/app/Template/dashboard/sidebar.php index e4c1038a..7507b00d 100644 --- a/app/Template/dashboard/sidebar.php +++ b/app/Template/dashboard/sidebar.php @@ -12,12 +12,6 @@
  • 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'])) ?> -
  • hook->render('template:dashboard:sidebar', array('user' => $user)) ?> -- cgit v1.2.3