mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +00:00
call hook listHeader()
This commit is contained in:
parent
fa3d540d2a
commit
514aa3ef0f
|
@ -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