diff --git a/main/admin/usergroups.php b/main/admin/usergroups.php index 3c25a38855..aabcbbea18 100644 --- a/main/admin/usergroups.php +++ b/main/admin/usergroups.php @@ -22,11 +22,11 @@ api_protect_admin_script(); $htmlHeadXtra[] = api_get_jquery_ui_js(true); // setting breadcrumbs $interbreadcrumb[]=array('url' => 'index.php','name' => get_lang('PlatformAdmin')); +$interbreadcrumb[]=array('url' => '#','name' => get_lang('Groups')); // The header. Display::display_header($tool_name); - // Tool name if (isset($_GET['action']) && $_GET['action'] == 'add') { $tool = 'Add'; diff --git a/main/session/index.php b/main/session/index.php index f421e5accc..3b533c3c17 100644 --- a/main/session/index.php +++ b/main/session/index.php @@ -27,7 +27,8 @@ api_block_anonymous_users(); // Only users who are logged in can proceed. $this_section = SECTION_COURSES; $htmlHeadXtra[] = api_get_jquery_ui_js(true); - +$interbreadcrumb[] = array ('url' => '#', 'name' => get_lang('Course')); + Display :: display_header($nameTools); $session_id = intval($_GET['session_id']);