mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-08 09:36:39 +02:00
Created The getIcon function (markdown)
9
The-getIcon-function.md
Normal file
9
The-getIcon-function.md
Normal file
@@ -0,0 +1,9 @@
|
||||
The `getIcon` function returns the URI for an icon, used as favicon in feeds.
|
||||
|
||||
If no icon is specified by the bridge, RSS-Bridge will use a default location: `static::URI . '/favicon.ico'` (i.e. "https://github.com/favicon.ico") which may or may not exist.
|
||||
|
||||
```PHP
|
||||
public function getIcon(){
|
||||
return self::URI . '/favicon.ico';
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user