From bfdb86bc233fe1f08107841483eb6af1707939ca Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 4 Feb 2011 14:52:11 +0100 Subject: [PATCH] Adding breadcrumbs --- main/admin/usergroups.php | 2 +- main/session/index.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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']);