From cb031ee6bbdd33e851c295e614ff429ea0a5f2ee Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Sun, 19 Apr 2009 00:19:24 +0200 Subject: [PATCH] [svn r19852] Dokeos 1.8.6 RC1 - Making the $langDocuments language variable to be used through the get_lang(...) function. --- main/document/upload.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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');