Fixup, more footer to bottom of sidebar
parent
d5795774d6
commit
4878d9cd3c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue