mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
last element of breadcrumb has a link
This commit is contained in:
parent
cd5a39b50f
commit
11d134e35a
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue
Block a user