summaryrefslogtreecommitdiff
path: root/themes/clouds
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2015-09-24 08:20:45 -0500
committermakitso <makitso@gmail.com>2015-09-24 08:20:45 -0500
commit8935d8b22a5e5406c862167ae485b4035105851b (patch)
tree09a439a9f0f94e3d5082083882cd48f4aaf3fca5 /themes/clouds
parent2bc8a138c56b9fa7545c0b64fc732a59adf41620 (diff)
downloadwebtrees-8935d8b22a5e5406c862167ae485b4035105851b.tar.gz
webtrees-8935d8b22a5e5406c862167ae485b4035105851b.tar.bz2
webtrees-8935d8b22a5e5406c862167ae485b4035105851b.zip
Remove duplicate link
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">';
}