Changeset - ca30c9924023
[Not reviewed]
beta
0 1 1
Marcin Kuzminski - 12 years ago 2013-06-06 12:05:31
marcin@python-works.com
Use separate icon as favicon
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/images/favicon.ico
Show inline comments
 
new file 100644
 
binary diff not shown
rhodecode/templates/base/root.html
Show inline comments
 
@@ -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()">
0 comments (0 inline, 0 general)