mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
merged from 1.9 :: added missing "if ($heading)" to suppress empty page header.
This commit is contained in:
parent
6e378e8b77
commit
a788bb6f1e
@ -28,7 +28,7 @@
|
||||
<div class="navbar clearfix">
|
||||
|
||||
</div>
|
||||
<?php } else { // This is what gets printed on any other page with a heading
|
||||
<?php } else if ($heading) { // This is what gets printed on any other page with a heading
|
||||
?>
|
||||
<div id="header" class="clearfix">
|
||||
<h1 class="headermain"><?php echo $heading ?></h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user