From df40691533dc8b6a7d8448e318d48f968eb9a248 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 13 Dec 2018 15:46:25 +0100 Subject: [PATCH] add hook startLeftColumn --- views/bootstrap/class.ViewDocument.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 02e2955d7..2bbdfe836 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -485,6 +485,9 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
callHook('startLeftColumn', $document); + if(is_string($txt)) + echo $txt; $this->documentInfos(); $this->preview(); ?>