summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/clouds/theme.php1
-rw-r--r--themes/colors/theme.php1
-rw-r--r--themes/fab/theme.php1
-rw-r--r--themes/minimal/theme.php1
-rw-r--r--themes/webtrees/theme.php1
-rw-r--r--themes/xenea/theme.php1
6 files changed, 0 insertions, 6 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">';
}
diff --git a/themes/colors/theme.php b/themes/colors/theme.php
index 89d2f34f3e..89d64cd18c 100644
--- a/themes/colors/theme.php
+++ b/themes/colors/theme.php
@@ -20,7 +20,6 @@ use Fisharebest\Webtrees\Theme\ColorsTheme;
class ColorsLinks extends ColorsTheme {
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">';
}
diff --git a/themes/fab/theme.php b/themes/fab/theme.php
index a7c9332ea6..9e99d3e116 100644
--- a/themes/fab/theme.php
+++ b/themes/fab/theme.php
@@ -20,7 +20,6 @@ use Fisharebest\Webtrees\Theme\FabTheme;
class FabLinks extends FabTheme {
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">';
}
diff --git a/themes/minimal/theme.php b/themes/minimal/theme.php
index 20b465d004..7be51fd70f 100644
--- a/themes/minimal/theme.php
+++ b/themes/minimal/theme.php
@@ -20,7 +20,6 @@ use Fisharebest\Webtrees\Theme\MinimalTheme;
class MinimalLinks extends MinimalTheme {
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">';
}
diff --git a/themes/webtrees/theme.php b/themes/webtrees/theme.php
index ccbe7b97df..8f143f592b 100644
--- a/themes/webtrees/theme.php
+++ b/themes/webtrees/theme.php
@@ -20,7 +20,6 @@ use Fisharebest\Webtrees\Theme\WebtreesTheme;
class WebtreesLinks extends WebtreesTheme {
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">';
}
diff --git a/themes/xenea/theme.php b/themes/xenea/theme.php
index 3258d98229..6ea4710636 100644
--- a/themes/xenea/theme.php
+++ b/themes/xenea/theme.php
@@ -20,7 +20,6 @@ use Fisharebest\Webtrees\Theme\XeneaTheme;
class XeneaLinks extends XeneaTheme {
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">';
}