last element of breadcrumb has a link

This commit is contained in:
Uwe Steinmann 2022-11-29 17:36:59 +01:00
parent cd5a39b50f
commit 11d134e35a

View File

@ -457,7 +457,7 @@ $('body').on('click', '.order-btn', function(ev) {
if(is_string($txt))
echo $txt;
else {
$this->pageNavigation($this->getFolderPathHTML($folder), "view_folder", $folder);
$this->pageNavigation($this->getFolderPathHTML($folder, true), "view_folder", $folder);
}
echo $this->callHook('preContent');