changeset 3954:ca30c9924023 beta

Use separate icon as favicon
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 06 Jun 2013 12:05:31 +0200
parents fc63a1d93803
children b15d81ad824d
files rhodecode/public/images/favicon.ico rhodecode/templates/base/root.html
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file rhodecode/public/images/favicon.ico has changed
--- a/rhodecode/templates/base/root.html	Wed Jun 05 21:20:21 2013 +0200
+++ b/rhodecode/templates/base/root.html	Thu Jun 06 12:05:31 2013 +0200
@@ -6,7 +6,7 @@
         <title>${self.title()}</title>
         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
         <meta name="robots" content="index, nofollow"/>
-        <link rel="icon" href="${h.url('/images/icons/database_gear.png')}" type="image/png" />
+        <link rel="icon" href="${h.url('/images/favicon.ico')}" type="image/png" />
 
         ## CSS ###
         <%def name="css()">