MDL-22840 - added hack for missing custom menu
This commit is contained in:
@@ -61,6 +61,8 @@ echo $OUTPUT->doctype() ?>
|
||||
</div>
|
||||
<?php if ($hascustommenu) { ?>
|
||||
<div id="custommenu"><?php echo $custommenu; ?></div>
|
||||
<?php } else { ?>
|
||||
<div id="custommenu" style="line-height:1em;"> </div> <!-- temporary until I find a better fix -->
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -65,6 +65,8 @@ echo $OUTPUT->doctype() ?>
|
||||
</div>
|
||||
<?php if ($hascustommenu) { ?>
|
||||
<div id="custommenu"><?php echo $custommenu; ?></div>
|
||||
<?php } else { ?>
|
||||
<div id="custommenu" style="line-height:1em;"> </div> <!-- temporary until I find a better fix -->
|
||||
<?php } ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user