X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=week.php;h=b4a9176ed357c86e7a338ef2dd5729ed7f0cb3a9;hb=cdd2e058776a3d0dc9b6f32a2d5d33e4f9388491;hp=f18817d7d298e9fcf1b5e922eac43d7932426e0e;hpb=8dade986970598d2c58e2484342e413bf30be4db;p=timetracker.git diff --git a/week.php b/week.php index f18817d7..b4a9176e 100644 --- a/week.php +++ b/week.php @@ -507,6 +507,9 @@ $smarty->assign('onload', 'onLoad="fillDropdowns()"'); $smarty->assign('timestring', $startDate->toString($user->date_format).' - '.$endDate->toString($user->date_format)); $smarty->assign('time_records', $records); +//$showFiles = $user->isPluginEnabled('at'); +//$smarty->assign('show_files', $showFiles); + $smarty->assign('title', $i18n->get('title.time')); $smarty->assign('content_page_name', 'week.tpl'); $smarty->display('index.tpl');