mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-45896 navigation: CSS for the context header.
Part of MDL-45774
This commit is contained in:
parent
261bdb24d9
commit
ccb76d43c2
3 changed files with 67 additions and 22 deletions
|
@ -4057,7 +4057,7 @@ EOD;
|
|||
// Headings.
|
||||
$headings = $this->heading($this->page->heading, 1);
|
||||
if (isset($contextheader->subheading)) {
|
||||
$headings .= $contextheader->subheading;
|
||||
$headings .= html_writer::span($contextheader->subheading, 'fuckensubheading');
|
||||
}
|
||||
$html .= html_writer::tag('div', $headings, array('class' => 'page-header-headings'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue