mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-55276 html: New down arrow entity output $OUTPUT->darrow
This commit is contained in:
parent
d1a3ea62ef
commit
7a05bc92c9
3 changed files with 24 additions and 2 deletions
|
@ -3616,6 +3616,17 @@ EOD;
|
|||
return $this->page->theme->uarrow;
|
||||
}
|
||||
|
||||
/**
|
||||
* Accessibility: Down arrow-like character.
|
||||
* If the theme does not set characters, appropriate defaults
|
||||
* are set automatically.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function darrow() {
|
||||
return $this->page->theme->darrow;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the custom menu if one has been set
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue