mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-66272-master' of git://github.com/vmdef/moodle
This commit is contained in:
commit
7f18f22fac
1 changed files with 2 additions and 2 deletions
|
@ -4037,10 +4037,10 @@ EOD;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the URL for the favicon.
|
* Returns the moodle_url for the favicon.
|
||||||
*
|
*
|
||||||
* @since Moodle 2.5.1 2.6
|
* @since Moodle 2.5.1 2.6
|
||||||
* @return string The favicon URL
|
* @return moodle_url The moodle_url for the favicon
|
||||||
*/
|
*/
|
||||||
public function favicon() {
|
public function favicon() {
|
||||||
return $this->image_url('favicon', 'theme');
|
return $this->image_url('favicon', 'theme');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue