summaryrefslogtreecommitdiff
path: root/themes/clouds
diff options
context:
space:
mode:
Diffstat (limited to 'themes/clouds')
-rw-r--r--themes/clouds/theme.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/clouds/theme.php b/themes/clouds/theme.php
index 0827fdc743..f7706bf5a7 100644
--- a/themes/clouds/theme.php
+++ b/themes/clouds/theme.php
@@ -20,7 +20,6 @@ use Fisharebest\Webtrees\Theme\CloudsTheme;
class CloudsLinks extends CloudsTheme {
public function hookHeaderExtraContent() {
return
- '<link rel="shortcut icon" href="' . $this->assetUrl() .'favicon.png" type="image/png" />' .
'<link rel="icon" type="image/png" href="' . $this->assetUrl() .'favicon192.png" sizes="192x192">' .
'<link rel="apple-touch-icon" sizes="180x180" href="' . $this->assetUrl() .'favicon180.png">';
}