add new hooks rightContentPre and rightContentPost

This commit is contained in:
Uwe Steinmann 2020-07-28 18:11:49 +02:00
parent 3c473cd9b4
commit ce7360f13b

View File

@ -619,10 +619,11 @@ $('body').on('click', '.order-btn', function(ev) {
echo "</div>";
}
// $this->folderList();
echo $this->callHook('rightContentPre');
?>
<div class="ajax" data-view="ViewFolder" data-action="folderList" <?php echo ($folder ? "data-query=\"folderid=".$folder->getID()."&orderby=".$orderby."\"" : "") ?>></div>
<?php
echo $this->callHook('rightContentPost');
echo "</div>\n"; // End of right column div
echo "</div>\n"; // End of div around left and right column