call hook startPage

This commit is contained in:
Uwe Steinmann 2013-09-11 18:42:10 +02:00
parent d6f024dfb4
commit 1eb5669022

View File

@ -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);