X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/00a2c4c840e745a734cd7eb6e58f897192fc2ca6..cec2e1b0941c16302bedad01bfb8455baf13e0f8:/projects.php diff --git a/projects.php b/projects.php index 5b562366..97a86ba6 100644 --- a/projects.php +++ b/projects.php @@ -49,6 +49,7 @@ if($user->can('manage_projects')) { $smarty->assign('active_projects', $active_projects); $smarty->assign('inactive_projects', $inactive_projects); +$smarty->assign('show_files', $user->isPluginEnabled('at')); $smarty->assign('title', $i18n->get('title.projects')); $smarty->assign('content_page_name', 'projects.tpl'); $smarty->display('index.tpl');