diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-09-28 12:03:20 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-09-28 12:03:20 +0200 |
commit | c49c35ca0fdd4d3972748a8846c0c71f50c80b16 (patch) | |
tree | 538c3eb20fefd22a8d2bfba96afe207241a2d1f9 /skins/larry/includes/header.html | |
parent | 85fece2c4dbc6ef36ccd08d32e35501a1d131f81 (diff) |
Generate settings tabs with a template object 'settingstabs' and let plugins register themselves there using the 'settings_actions' hook
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 5a934d89b..69e8b8aa6 100644 --- a/skins/larry/includes/header.html +++ b/skins/larry/includes/header.html @@ -29,7 +29,7 @@ <roundcube:button command="logout" label="logout" class="button-logout" classSel="button-logout" innerClass="button-inner" /> <span class="minmodetoggle"></span> </div> - <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" alt="Logo" onclick="rcmail.command('switch-task','mail');return false;" /> + <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" alt="Logo" onclick="if(window.rcmail)rcmail.command('switch-task','mail')" /> </div> <roundcube:endif /> |