Commit f32c090dd862d4d4d2537574d9f018977f52a29e
1 parent
b2c626a7
fix for KTS-1155: login page should also show favicon
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5710 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
4 additions
and
0 deletions
templates/ktcore/login.smarty
| ... | ... | @@ -6,6 +6,10 @@ |
| 6 | 6 | |
| 7 | 7 | <link rel="stylesheet" href="{$rootUrl}/resources/css/kt-login.css" type="text/css" /> |
| 8 | 8 | |
| 9 | + | |
| 10 | + <link rel="icon" href="{$rootUrl}/resources/graphics/favicon.ico" type="image/x-icon"> | |
| 11 | + <link rel="shortcut icon" href="{$rootUrl}/resources/graphics/favicon.ico" type="image/x-icon"> | |
| 12 | + | |
| 9 | 13 | </head> |
| 10 | 14 | <body onload="document.getElementById('username').focus()"> |
| 11 | 15 | ... | ... |