##// END OF EJS Templates
Use separate icon as favicon
marcink -
r3954:ca30c992 beta
parent child Browse files
Show More
1 NO CONTENT: new file 100644, binary diff hidden
@@ -6,7 +6,7 b''
6 6 <title>${self.title()}</title>
7 7 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8 <meta name="robots" content="index, nofollow"/>
9 <link rel="icon" href="${h.url('/images/icons/database_gear.png')}" type="image/png" />
9 <link rel="icon" href="${h.url('/images/favicon.ico')}" type="image/png" />
10 10
11 11 ## CSS ###
12 12 <%def name="css()">
General Comments 0
You need to be logged in to leave comments. Login now