mirror of
https://github.com/moodle/moodle.git
synced 2025-03-17 22:20:00 +01:00
Ongoing, fix bug 5400, DIV to H1, to improve semantics. Merged from MOODLE_16_STABLE.
This commit is contained in:
parent
4087e6830e
commit
f08ab5f020
@ -41,13 +41,13 @@
|
||||
//Accessibility: warning: ALT text will need editing if logo changes.
|
||||
?>
|
||||
<div id="header-home">
|
||||
<div class="headermain"><img alt="Moodle" src="<?php echo $standardlogo ?>" /></div>
|
||||
<h1 class="headermain"><img alt="Moodle" src="<?php echo $standardlogo ?>" /></h1>
|
||||
<div class="headermenu"><?php echo $menu ?></div>
|
||||
</div>
|
||||
<?php } else if ($heading) { // This is what gets printed on any other page with a heading
|
||||
?>
|
||||
<div id="header">
|
||||
<div class="headermain"><?php echo $heading ?></div>
|
||||
<h1 class="headermain"><?php echo $heading ?></h1>
|
||||
<div class="headermenu"><?php echo $menu ?></div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user