Browse Source

[svn r11392] Fixed breadcrumb

Yannick Warnier 18 years ago
parent
commit
14439adc83
1 changed files with 3 additions and 2 deletions
  1. 3 2
      main/coursecopy/backup.php

+ 3 - 2
main/coursecopy/backup.php

@@ -1,5 +1,5 @@
 <?php
-// $Id: backup.php 10204 2006-11-26 20:46:53Z pcool $
+// $Id: backup.php 11392 2007-03-05 14:52:46Z yannoo $
 /*
 ============================================================================== 
 	Dokeos - elearning and course management software
@@ -37,9 +37,10 @@
 ==============================================================================
 */ 
 // name of the language file that needs to be included 
-$language_file = 'coursebackup';
+$language_file = array('coursebackup','admin');
 include ('../inc/global.inc.php');
 $nameTools = get_lang('Backup');
+$interbreadcrumb[] = array ("url" => "../course_info/maintenance.php", "name" => get_lang('Maintenance'));
 Display::display_header($nameTools);
 api_display_tool_title($nameTools);
 if (!api_is_allowed_to_edit())