Interbreadcrumb index into special reports DT#5377

skala
Arthur Portugal 16 years ago
parent 1e4c271941
commit 9c486616ba
  1. 2
      main/admin/special_exports.php

@ -16,7 +16,7 @@ include ('../inc/global.inc.php');
// setting the section (for the tabs) // setting the section (for the tabs)
$this_section = SECTION_PLATFORM_ADMIN; $this_section = SECTION_PLATFORM_ADMIN;
// setting breadcrumbs // setting breadcrumbs
$interbreadcrumb[] = array ("url" => 'index.php', "name" => get_lang('PlatformAdmin')); $interbreadcrumb[] = array ("url" => '#', "name" => get_lang('PlatformAdmin'));
// Access restrictions // Access restrictions
api_protect_admin_script(true); api_protect_admin_script(true);
$nameTools = get_lang('SpecialExports'); $nameTools = get_lang('SpecialExports');

Loading…
Cancel
Save