Ich möchte meinem Forum das Pinned Tab Icon (siehe hier und hier) für Safari (macOS) hinzufügen. Dies habe ich bei anderen, statischen Seiten bereits des öfteren erfolgreich getan, indem ich in der index.html z.B. folgendes hinzugefügt habe:
Code: Alles auswählen
<head>
<link rel='mask-icon' href='meine_datei.svg' color='green'>
</head>
Code: Alles auswählen
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5336: Cannot modify header information - headers already sent by (output started at [ROOT]/index.php:2)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5336: Cannot modify header information - headers already sent by (output started at [ROOT]/index.php:2)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5336: Cannot modify header information - headers already sent by (output started at [ROOT]/index.php:2)
