X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a4093ac103388ffae1275c1c5937c4163901917d..bc4fe9902b43859db0c8f78f4fd4a5ceda6f2b00:/project_files.php diff --git a/project_files.php b/project_files.php index 860ba074..3af70d5e 100644 --- a/project_files.php +++ b/project_files.php @@ -85,6 +85,6 @@ if ($request->isPost()) { $smarty->assign('can_manage', $user->can('manage_projects')); $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('files', $files); -$smarty->assign('title', $i18n->get('title.project_files')); +$smarty->assign('title', $i18n->get('title.project_files').': '.$project['name']); $smarty->assign('content_page_name', 'project_files.tpl'); $smarty->display('index.tpl');