fix how we finish up getNavBarHTML

This commit is contained in:
Andrew Bauer 2020-07-30 11:55:54 -05:00
parent 68dcc05cce
commit 23596b142d
1 changed files with 3 additions and 4 deletions

View File

@ -354,15 +354,14 @@ function getNavBarHTML($reload = null) {
<?php echo getConsoleBannerHTML() ?> <?php echo getConsoleBannerHTML() ?>
<?php <?php
} // end if (!ZM_OPT_USE_AUTH) or $user ) } // end if (!ZM_OPT_USE_AUTH) or $user )
if ( $reload === null ) {
?> ?>
</div><!--panel--> </div><!-- End Collapsible Panel -->
</nav><!-- End Second Navbar --> </nav><!-- End Second Navbar -->
</div> </div>
<?php <?php
} // end if full page or reload
return ob_get_clean(); if ( $reload === null ) return ob_get_clean();
} // end function getNavBarHTML() } // end function getNavBarHTML()
// Returns the html representing the current unix style system load // Returns the html representing the current unix style system load