Fixup, more footer to bottom of sidebar

pull/4704/head
Isaac Connor 2026-03-10 17:53:46 -04:00
parent d5795774d6
commit 4878d9cd3c
1 changed files with 5 additions and 4 deletions

View File

@ -449,13 +449,14 @@ echo $block;
function getSidebarBottomHTML() {
global $skin;
$block = '
$block = '';
if (defined('ZM_SIDEBAR_FOOTER') and ZM_SIDEBAR_FOOTER) {
$block .= ZM_SIDEBAR_FOOTER;
}
$block .= '
<div class="overlay"></div>
</div> <!-- class="content-main" -->
</div> <!-- class="layout-main has-sidebar fixed-sidebar fixed-header" -->
<style>
</style>
';
echo $block;
} // end function getSidebarBottomHTML