diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-09 09:44:12 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-09 09:44:12 +0000 |
| commit | 62b4c05fc90b8631375bf5b362b71c34680ffbe4 (patch) | |
| tree | 16355183cd868a2d7cdbec6a062a54c0a2fcc81e /roundcubemail/skins/default/includes/header.html | |
| parent | c8b5cc14b7276df642a1d1fe9c6849ef092ef185 (diff) | |
- Improve logo handling in default skin (#1488385)
git-svn-id: https://svn.roundcube.net/trunk@5992 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/includes/header.html')
| -rw-r--r-- | roundcubemail/skins/default/includes/header.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/includes/header.html b/roundcubemail/skins/default/includes/header.html index 900968fd2..08d777af0 100644 --- a/roundcubemail/skins/default/includes/header.html +++ b/roundcubemail/skins/default/includes/header.html @@ -1,3 +1,2 @@ -<div id="header"><a href="./?_page=1"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" alt="Logo" /></a></div> - +<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" onclick="location.href='./?_page=1'" /> <roundcube:object name="message" id="message" /> |
