MDL-22840 - added hack for missing custom menu

This commit is contained in:
Patrick Malley
2010-07-15 06:56:14 +00:00
parent 2e65094d94
commit 201d293d72
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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;">&nbsp;</div> <!-- temporary until I find a better fix -->
<?php } ?>
</div>
+2
View File
@@ -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;">&nbsp;</div> <!-- temporary until I find a better fix -->
<?php } ?>
</div>
<?php } ?>