From ce7360f13b4f15b852f4915b127e8f2c553394b6 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 28 Jul 2020 18:11:49 +0200 Subject: [PATCH] add new hooks rightContentPre and rightContentPost --- views/bootstrap/class.ViewFolder.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index d2733cb53..6d0d40a54 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -619,10 +619,11 @@ $('body').on('click', '.order-btn', function(ev) { echo ""; } -// $this->folderList(); + echo $this->callHook('rightContentPre'); ?>
getID()."&orderby=".$orderby."\"" : "") ?>>
callHook('rightContentPost'); echo "\n"; // End of right column div echo "\n"; // End of div around left and right column