Commit c7fe3ed7860be82fa4a03ca0801985b247140801
1 parent
742be240
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 +6,10 @@ | ||
| 6 | 6 | ||
| 7 | <link rel="stylesheet" href="{$rootUrl}/resources/css/kt-login.css" type="text/css" /> | 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 | </head> | 13 | </head> |
| 10 | <body onload="document.getElementById('username').focus()"> | 14 | <body onload="document.getElementById('username').focus()"> |
| 11 | 15 |