diff options
author | Ryan Horrisberger <rhorrisb@ssc.wisc.edu> | 2012-09-27 16:21:12 -0500 |
---|---|---|
committer | Ryan Horrisberger <rhorrisb@ssc.wisc.edu> | 2012-09-27 16:21:12 -0500 |
commit | 0059491737dc735984941a8197be9a9d6f662e56 (patch) | |
tree | e02a4a5a4593a9b46d64969627b5f8207816fe55 /skins/larry/includes | |
parent | 2c012e0903859f380d5b51b13094d5496642327d (diff) |
Add link to inbox on the logo (#1488703)
Diffstat (limited to 'skins/larry/includes')
-rw-r--r-- | skins/larry/includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/includes/header.html b/skins/larry/includes/header.html index b088e4fb7..9187c6f46 100644 --- a/skins/larry/includes/header.html +++ b/skins/larry/includes/header.html @@ -19,7 +19,7 @@ <roundcube:container name="taskbar" id="taskbar" /> <roundcube:button command="settings" label="settings" class="button-settings" classSel="button-settings button-selected" innerClass="button-inner" /> </div> - <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" /> + <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" onclick="rcmail.command('switch-task','mail');return false;" /> </div> <br style="clear:both" /> |