diff --git a/main/document/upload.php b/main/document/upload.php index 9fdc908113..9555581b73 100644 --- a/main/document/upload.php +++ b/main/document/upload.php @@ -1,4 +1,4 @@ -"./document.php?curdirpath=".urlencode($path).$req_gid, "name"=> $langDocuments); +$interbreadcrumb[] = array('url' =>'./document.php?curdirpath='.urlencode($path).$req_gid, 'name'=> get_lang('Documents')); // display the header -Display::display_header($nameTools,"Doc"); +Display::display_header($nameTools, 'Doc');