mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 22:21:27 +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="row-fluid">
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<?php
|
<?php
|
||||||
|
$txt = $this->callHook('startLeftColumn', $document);
|
||||||
|
if(is_string($txt))
|
||||||
|
echo $txt;
|
||||||
$this->documentInfos();
|
$this->documentInfos();
|
||||||
$this->preview();
|
$this->preview();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user