mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
add hook startLeftColumn
This commit is contained in:
parent
8aa750c035
commit
df40691533
|
@ -485,6 +485,9 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
<div class="row-fluid">
|
||||
<div class="span4">
|
||||
<?php
|
||||
$txt = $this->callHook('startLeftColumn', $document);
|
||||
if(is_string($txt))
|
||||
echo $txt;
|
||||
$this->documentInfos();
|
||||
$this->preview();
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user