mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
add 'preContent' hook
This commit is contained in:
parent
0275621f7f
commit
00a4b66466
|
@ -92,6 +92,8 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
|||
$this->contentStart();
|
||||
$this->pageNavigation($this->getFolderPathHTML($folder), "view_folder", $folder);
|
||||
|
||||
echo $this->callHook('preContent');
|
||||
|
||||
echo "<div class=\"row-fluid\">\n";
|
||||
echo "<div class=\"span4\">\n";
|
||||
if ($enableFolderTree) $this->printTreeNavigation($folderid, $showtree);
|
||||
|
@ -307,6 +309,8 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
|||
|
||||
$this->contentEnd();
|
||||
|
||||
echo $this->callHook('postContent');
|
||||
|
||||
$this->htmlEndPage();
|
||||
} /* }}} */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user