diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-17 19:08:00 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-17 19:08:00 +0000 |
| commit | d0190da3e2b98fd213ddb97f6729259f9422b9d2 (patch) | |
| tree | 04042f15605d7f096f2b00b4cc7c5ae5a82be203 /roundcubemail/skins/default/includes/header.html | |
| parent | 2456a3181102773e541b4c8c908932c5dd2f3ae0 (diff) | |
- UI unification
- Added button to hide/unhide the preview pane (#1484215)
git-svn-id: https://svn.roundcube.net/trunk@3757 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/includes/header.html')
| -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 14cc80caf..393ee9218 100644 --- a/roundcubemail/skins/default/includes/header.html +++ b/roundcubemail/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" /> |
