File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
web/skins/classic/includes Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -561,6 +561,11 @@ function getSidebarTopHTML() {
561561 <div>
562562 ' . getAccountCircleHTML ($ skin , $ user , $ forLeftBar = true ) . '
563563 </div>
564+ ' ;
565+ if (defined ('ZM_SIDEBAR_FOOTER ' ) and ZM_SIDEBAR_FOOTER ) {
566+ $ block .= ZM_SIDEBAR_FOOTER ;
567+ } else {
568+ $ block .= '
564569 <div style="padding: 0 10px">
565570 <span style="display: block; margin-bottom: 10px">
566571 <ul id="versionSidebar">
@@ -571,6 +576,9 @@ function getSidebarTopHTML() {
571576 ' . getStatusBtnHTML (runtimeStatus ($ running )) . '
572577 </ul>
573578 </div>
579+ ' ;
580+ }
581+ $ block .= '
574582 </div>
575583 </div>
576584 </div>
@@ -584,9 +592,6 @@ function getSidebarTopHTML() {
584592function getSidebarBottomHTML () {
585593 global $ skin ;
586594 $ block = '' ;
587- if (defined ('ZM_SIDEBAR_FOOTER ' ) and ZM_SIDEBAR_FOOTER ) {
588- $ block .= ZM_SIDEBAR_FOOTER ;
589- }
590595 $ block .= '
591596 <div class="overlay"></div>
592597 </div> <!-- class="content-main" -->
You can’t perform that action at this time.
0 commit comments