only add the development h3 if it has contents, otherwise it pushes the header size down
This commit is contained in:
parent
a6b23f50d5
commit
0bc50810de
|
@ -243,7 +243,7 @@ function getNavBarHTML() {
|
||||||
</div>
|
</div>
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<?php echo makePopupLink( '?view=version', 'zmVersion', 'version', '<span class="'.$versionClass.'">v'.ZM_VERSION.'</span>', canEdit( 'System' ) ) ?>
|
<?php echo makePopupLink( '?view=version', 'zmVersion', 'version', '<span class="'.$versionClass.'">v'.ZM_VERSION.'</span>', canEdit( 'System' ) ) ?>
|
||||||
<?php if ( defined('ZM_WEB_CONSOLE_BANNER') ) { ?>
|
<?php if ( defined('ZM_WEB_CONSOLE_BANNER') and ZM_WEB_CONSOLE_BANNER != '' ) { ?>
|
||||||
<h3 id="development"><?php echo ZM_WEB_CONSOLE_BANNER ?></h3>
|
<h3 id="development"><?php echo ZM_WEB_CONSOLE_BANNER ?></h3>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue