diff options
author | alecpl <alec@alec.pl> | 2010-03-22 08:21:17 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-22 08:21:17 +0000 |
commit | bf214a478fadd935a8b5dd89eafae0fe50463ae9 (patch) | |
tree | 760630544094a45b3abf0e4e248bdb3562b0467e /skins/default/includes/header.html | |
parent | 0b0a293313add1feeed7b3d8dba79d104fbebabb (diff) |
- Use product name as title of header logo, change header logo link (#1486567)
Diffstat (limited to 'skins/default/includes/header.html')
-rw-r--r-- | skins/default/includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/includes/header.html b/skins/default/includes/header.html index 2e47ff911..14cc80caf 100644 --- a/skins/default/includes/header.html +++ b/skins/default/includes/header.html @@ -1,3 +1,3 @@ -<div id="header"><roundcube:button command="mail" image="/images/roundcube_logo.png" alt="RoundCube Webmail" /></div> +<div id="header"><a href="./"><img src="/images/roundcube_logo.png" alt="logo" title="<roundcube:object name='productname' />" /></a></div> <roundcube:object name="message" id="message" /> |