diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-07-27 16:53:37 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-07-27 16:53:37 +0000 |
commit | 11be24fffe043e43931587688aff4d05e6c087dd (patch) | |
tree | 1878cc50916297f8bf647da73ff338d0b44340de /root | |
parent | c392ddf66dc25dd598a5aae4fd2a4e100d6752f6 (diff) | |
download | identity-11be24fffe043e43931587688aff4d05e6c087dd.tar identity-11be24fffe043e43931587688aff4d05e6c087dd.tar.gz identity-11be24fffe043e43931587688aff4d05e6c087dd.tar.bz2 identity-11be24fffe043e43931587688aff4d05e6c087dd.tar.xz identity-11be24fffe043e43931587688aff4d05e6c087dd.zip |
add favicon link
Diffstat (limited to 'root')
-rw-r--r-- | root/template/html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/root/template/html b/root/template/html index 21f9581..5aaa478 100644 --- a/root/template/html +++ b/root/template/html @@ -10,6 +10,7 @@ <link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css" /> <link rel="stylesheet" type="text/css" href="/static/style/yui/base-min.css" /> <link rel="stylesheet" type="text/css" href="/static/style/ttsite.css" /> + <link rel="icon" type="image/png" href="/g/favicon.png" /> </head> <body> [% content %] |