diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-22 08:21:17 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-22 08:21:17 +0000 |
| commit | 45d79fa89f72c61e9ab9565d0f4705f6721baf0a (patch) | |
| tree | 1a598a2d748728d2b5211ed60f220f2cd77fc750 | |
| parent | 2960bedf5bf5a2788a49cb7dcc61311f483be2d6 (diff) | |
- Use product name as title of header logo, change header logo link (#1486567)
git-svn-id: https://svn.roundcube.net/trunk@3397 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/includes/header.html b/roundcubemail/skins/default/includes/header.html index 2e47ff911..14cc80caf 100644 --- a/roundcubemail/skins/default/includes/header.html +++ b/roundcubemail/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" /> |
