diff options
Diffstat (limited to 'skins/larry/includes/header.html')
-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" /> |