summaryrefslogtreecommitdiff
path: root/app/layout/layout.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-10 00:20:03 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-10 00:20:03 +0100
commit3968732d6263de58ae6c4c7b162e2299324555a8 (patch)
tree6071c5db27f14df6fe2df614e7b8edcfc726bb92 /app/layout/layout.phtml
parentd2189aac01e53f967be19a673cb76fd2e1cb1ed5 (diff)
Simplifie la déclaration du favicon
Testé avec Firefox, Opera, Chrome, IE.
Diffstat (limited to 'app/layout/layout.phtml')
-rw-r--r--app/layout/layout.phtml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml
index 23938c63c..9d4147887 100644
--- a/app/layout/layout.phtml
+++ b/app/layout/layout.phtml
@@ -17,8 +17,7 @@
?>
<link id="prefetch" rel="next prefetch" href="<?php echo Url::display (array ('c' => Request::controllerName (), 'a' => Request::actionName (), 'params' => $params)); ?>" />
<?php } ?>
- <link rel="icon" type="image/x-icon" href="<?php echo Url::display ('/favicon.ico'); ?>" />
- <link rel="icon" type="image/png" href="<?php echo Url::display ('/favicon.ico'); ?>" />
+ <link rel="icon" href="<?php echo Url::display ('/favicon.ico'); ?>" />
<?php if (isset ($this->rss_url)) { ?>
<link rel="alternate" type="application/rss+xml" title="<?php echo htmlspecialchars($this->rss_title, ENT_COMPAT, 'UTF-8'); ?>" href="<?php echo Url::display ($this->rss_url); ?>" />
<?php } ?>