mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
new hook 'leftContent'
This commit is contained in:
parent
2fe6e7ac82
commit
14e6661d7d
|
@ -113,6 +113,9 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
|||
$this->contentHeading("<a href=\"../out/out.ViewFolder.php?folderid=". $folderid."&showtree=1\"><i class=\"icon-plus-sign\"></i></a>", true);
|
||||
}
|
||||
}
|
||||
|
||||
echo $this->callHook('leftContent');
|
||||
|
||||
if (1 || $enableClipboard) $this->printClipboard($this->params['session']->getClipboard());
|
||||
echo "</div>\n";
|
||||
echo "<div class=\"span8\">\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user