1
0

Korrigiere Favicon

This commit is contained in:
Akamaru
2025-11-17 21:45:22 +01:00
parent 789c5391de
commit 864fb8d4e2
35 changed files with 177 additions and 35 deletions

View File

@@ -4,10 +4,14 @@ class EvercadeBridge extends BridgeAbstract {
const MAINTAINER = 'Akamaru';
const NAME = 'Evercade News';
const URI = 'https://evercade.co.uk/blog';
const ICON = 'https://www.google.com/s2/favicons?domain=evercade.co.uk&sz=32';
const CACHE_TIMEOUT = 21600; // 21600 = 6h
const DESCRIPTION = 'All the news from Evercade and our community';
public function getIcon()
{
return 'https://www.google.com/s2/favicons?domain=evercade.co.uk&sz=32';
}
public function collectData() {
// Retrieve webpage
$pageUrl = self::URI;