X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/05f0dada8939fad19e44c9ff26bad6ae578e34cc..a26a0989ad93cce9de9f45312990da9610e53045:/time.php diff --git a/time.php b/time.php index d05f0c59..e7ff10ae 100644 --- a/time.php +++ b/time.php @@ -448,6 +448,7 @@ $smarty->assign('selected_date', $selected_date); $smarty->assign('week_total', $week_total); $smarty->assign('day_total', ttTimeHelper::getTimeForDay($cl_date)); $smarty->assign('time_records', $timeRecords); +$smarty->assign('show_navigation', $user->isPluginEnabled('wv') && !$user->getConfigOption('menu_week')); $smarty->assign('show_client', $showClient); $smarty->assign('show_cf_1', $user->isPluginEnabled('cf')); $smarty->assign('show_project', $showProject);