aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-12-11 16:57:50 +0000
committerchrisaga <chrisaga@piwigo.org>2005-12-11 16:57:50 +0000
commit6bcef16e4254320b69cd694a73b92c50650d63a1 (patch)
tree48f4c9197e35a64a2055130caf6bf76e9bfb0627 /template
parentea8b6eddd9edf6ef445d64c2bdd5040c8f0525a9 (diff)
cosmetic : provide a "favicon" to the browser
git-svn-id: http://piwigo.org/svn/trunk@982 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl
index 612fa0121..5515aef6b 100644
--- a/template/yoga/header.tpl
+++ b/template/yoga/header.tpl
@@ -3,7 +3,7 @@
<html lang="{LANG}" dir="{DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}">
-<!-- BIG FIX ME BELOW (paths) -->
+<link rel="shortcut icon" type="image/x-icon" href="template-common/favicon.ico" />
<link rel="stylesheet" type="text/css" href="template/{themeconf:template}/default-layout.css">
<!-- the next css is used to fix khtml (Konqueror/Safari) issue
the "text/nonsense" prevents gecko based browsers to load it -->