Korrigiere Favicon
This commit is contained in:
@@ -5,10 +5,14 @@ class WHODiseaseOutbreakBridge extends BridgeAbstract
|
||||
const MAINTAINER = 'Brawl';
|
||||
const NAME = 'WHO Disease Outbreak News';
|
||||
const URI = 'https://www.who.int/emergencies/disease-outbreak-news';
|
||||
const ICON = 'https://www.google.com/s2/favicons?domain=www.who.int&sz=32';
|
||||
const CACHE_TIMEOUT = 21600; // 21600 = 6h
|
||||
const DESCRIPTION = 'Latest WHO Disease Outbreak News (DONs), providing information on confirmed acute public health events or potential events of concern.';
|
||||
|
||||
public function getIcon()
|
||||
{
|
||||
return 'https://www.google.com/s2/favicons?domain=www.who.int&sz=32';
|
||||
}
|
||||
|
||||
public function collectData()
|
||||
{
|
||||
// Retrieve webpage
|
||||
|
||||
Reference in New Issue
Block a user