diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-12-11 16:57:50 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-12-11 16:57:50 +0000 |
commit | 6bcef16e4254320b69cd694a73b92c50650d63a1 (patch) | |
tree | 48f4c9197e35a64a2055130caf6bf76e9bfb0627 | |
parent | ea8b6eddd9edf6ef445d64c2bdd5040c8f0525a9 (diff) |
cosmetic : provide a "favicon" to the browser
git-svn-id: http://piwigo.org/svn/trunk@982 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | template-common/favicon.ico | bin | 0 -> 1406 bytes | |||
-rw-r--r-- | template/yoga/header.tpl | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/template-common/favicon.ico b/template-common/favicon.ico Binary files differnew file mode 100644 index 000000000..299d6a5dd --- /dev/null +++ b/template-common/favicon.ico 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 --> |