diff options
Diffstat (limited to 'app/Template/user')
-rw-r--r-- | app/Template/user/sidebar.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Template/user/sidebar.php b/app/Template/user/sidebar.php index 6a4e9c47..640c8b80 100644 --- a/app/Template/user/sidebar.php +++ b/app/Template/user/sidebar.php @@ -62,9 +62,6 @@ <li <?= $this->app->getRouterController() === 'user' && $this->app->getRouterAction() === 'authentication' ? 'class="active"' : '' ?>> <?= $this->url->link(t('Edit Authentication'), 'user', 'authentication', array('user_id' => $user['id'])) ?> </li> - <li <?= $this->app->getRouterController() === 'timetable' ? 'class="active"' : '' ?>> - <?= $this->url->link(t('Manage timetable'), 'timetable', 'index', array('user_id' => $user['id'])) ?> - </li> <?php endif ?> <?= $this->hook->render('template:user:sidebar:actions', array('user' => $user)) ?> |