$url, 'name' => $originaltoolname); $url = 'slideshow.php?curdirpath='.$pathurl; $originaltoolname = get_lang('SlideShow'); $interbreadcrumb[] = array('url' => $url, 'name' => $originaltoolname); // Because $nametools uses $_SERVER['PHP_SELF'] for the breadcrumbs instead of $_SERVER['REQUEST_URI'], I had to // bypass the $nametools thing and use tags in the $interbreadcrump array $url = 'slideshowoptions.php?curdirpath='.$pathurl; $originaltoolname = ''.get_lang('SlideshowOptions').''; $interbreadcrumb[] = array('url' => $url, 'name' => $originaltoolname); Display::display_header($originaltoolname, 'Doc'); $image_resizing = isset($_SESSION['image_resizing']) ? $_SESSION['image_resizing'] : null; ?> '.Display::return_icon('back.png', get_lang('BackTo').' '.get_lang('DocumentsOverview'), '', ICON_SIZE_MEDIUM).''; $actions .= ''.Display::return_icon('slideshow.png', get_lang('BackTo').' '.get_lang('SlideShow'), '', ICON_SIZE_MEDIUM).''; echo Display::toolbarAction('toolbar-slideshow', [$actions]) ?>