From cfd3000d833d3a99df0b4248e3b6160e9be4f22a Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 11 Mar 2017 19:01:40 -0500 Subject: Move notifications outside of dashboard --- app/Template/dashboard/sidebar.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/Template/dashboard/sidebar.php') diff --git a/app/Template/dashboard/sidebar.php b/app/Template/dashboard/sidebar.php index 108c028a..e4c1038a 100644 --- a/app/Template/dashboard/sidebar.php +++ b/app/Template/dashboard/sidebar.php @@ -18,9 +18,6 @@
  • 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', array('user' => $user)) ?> -- cgit v1.2.3