mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 06:01:19 +00:00
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
This commit is contained in:
commit
8de70cacc0
|
@ -278,6 +278,10 @@ function folderSelected(id, name) {
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$txt = $this->callHook('listHeader', $folder);
|
||||||
|
if(is_string($txt))
|
||||||
|
echo $txt;
|
||||||
|
else
|
||||||
$this->contentHeading(getMLText("folder_contents"));
|
$this->contentHeading(getMLText("folder_contents"));
|
||||||
|
|
||||||
$subFolders = $folder->getSubFolders($orderby);
|
$subFolders = $folder->getSubFolders($orderby);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user