diff options
author | alecpl <alec@alec.pl> | 2010-06-17 19:08:00 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-17 19:08:00 +0000 |
commit | ce06d32dd81e3a9c5c5c8a5e27562b5c55b49c81 (patch) | |
tree | a5267605f04f183e42263b652f27b5c475950722 /skins/default/includes/header.html | |
parent | 37e467d55cfb0323989127ba04c4e449ce2ed784 (diff) |
- UI unification
- Added button to hide/unhide the preview pane (#1484215)
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 14cc80caf..393ee9218 100644 --- a/skins/default/includes/header.html +++ b/skins/default/includes/header.html @@ -1,3 +1,3 @@ -<div id="header"><a href="./"><img src="/images/roundcube_logo.png" alt="logo" title="<roundcube:object name='productname' />" /></a></div> +<div id="header"><a href="./"><img id="logo" src="/images/roundcube_logo.png" alt="logo" title="<roundcube:object name='productname' />" /></a></div> <roundcube:object name="message" id="message" /> |