mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +00:00
add new hooks rightContentPre and rightContentPost
This commit is contained in:
parent
3c473cd9b4
commit
ce7360f13b
|
@ -619,10 +619,11 @@ $('body').on('click', '.order-btn', function(ev) {
|
||||||
echo "</div>";
|
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>
|
<div class="ajax" data-view="ViewFolder" data-action="folderList" <?php echo ($folder ? "data-query=\"folderid=".$folder->getID()."&orderby=".$orderby."\"" : "") ?>></div>
|
||||||
<?php
|
<?php
|
||||||
|
echo $this->callHook('rightContentPost');
|
||||||
echo "</div>\n"; // End of right column div
|
echo "</div>\n"; // End of right column div
|
||||||
echo "</div>\n"; // End of div around left and right column
|
echo "</div>\n"; // End of div around left and right column
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user