X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/69d107963f15b0fcfc46908063c0ae7c33af7d80..bbdb5228ab00dfeb9d91217ce0e990842ab6da80:/project_files.php diff --git a/project_files.php b/project_files.php index 860ba074..d8ef9884 100644 --- a/project_files.php +++ b/project_files.php @@ -86,5 +86,11 @@ $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');