}
/**
- * Returns the URL for the favicon.
+ * Returns the moodle_url for the favicon.
*
* @since Moodle 2.5.1 2.6
- * @return string The favicon URL
+ * @return moodle_url The moodle_url for the favicon
*/
public function favicon() {
return $this->image_url('favicon', 'theme');