X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b20bc88bdf10d0599435f36bc8acd01b7a35c23c..995feb6c9e97991e5b9d9803fbc3c8a41ac48922:/admin_groups.php diff --git a/admin_groups.php b/admin_groups.php new file mode 100644 index 00000000..a5521ad9 --- /dev/null +++ b/admin_groups.php @@ -0,0 +1,41 @@ +assign('teams', ttGroupHelper::getTopGroups()); +$smarty->assign('title', $i18n->get('title.groups')); +$smarty->assign('content_page_name', 'admin_teams.tpl'); +$smarty->display('index.tpl');