From 27e33059a74a2ed0a0b52a5a7d262f06447b384b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Wed, 14 Jan 2009 19:30:19 +0100 Subject: [PATCH] [svn r17724] a little improve the breadcrumb of documents groups --- main/document/document.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/document/document.php b/main/document/document.php index 6f9835f816..1d4f3f9e2e 100644 --- a/main/document/document.php +++ b/main/document/document.php @@ -1,4 +1,4 @@ -"../group/group.php", "name"=> get_lang('Groups')); $interbreadcrumb[]= array ("url"=>"../group/group_space.php?gidReq=".$_SESSION['_gid'], "name"=> get_lang('GroupSpace').' ('.$group_properties['name'].')'); //allowed to upload? if($is_allowed_to_edit || GroupManager::is_subscribed($_user['user_id'],$_SESSION['_gid'])) //only courseadmin or group members can upload