X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/ccad5f6b0a1739455bf3b53dfcbcffd6692ffd5e..f30b876933acf131cbdfbf89ae7717faffa85f2d:/time_files.php diff --git a/time_files.php b/time_files.php index 6b76b23d..2ba0efce 100644 --- a/time_files.php +++ b/time_files.php @@ -88,5 +88,5 @@ $smarty->assign('can_edit', $canEdit); $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('files', $files); $smarty->assign('title', $i18n->get('title.time_files')); -$smarty->assign('content_page_name', 'time_files.tpl'); +$smarty->assign('content_page_name', 'entity_files.tpl'); $smarty->display('index.tpl');