mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
call hook startPage
This commit is contained in:
parent
d6f024dfb4
commit
1eb5669022
|
@ -86,6 +86,8 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
|||
|
||||
$folderid = $folder->getId();
|
||||
|
||||
echo $this->callHook('startPage');
|
||||
|
||||
$this->htmlStartPage(getMLText("folder_title", array("foldername" => htmlspecialchars($folder->getName()))));
|
||||
|
||||
$this->globalNavigation($folder);
|
||||
|
|
Loading…
Reference in New Issue
Block a user