MDL-45896 navigation: CSS for the context header.

Part of MDL-45774
This commit is contained in:
Jetha Chan 2015-02-26 10:13:27 +08:00 committed by Adrian Greeve
parent 261bdb24d9
commit ccb76d43c2
3 changed files with 67 additions and 22 deletions

View file

@ -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'));