diff options
author | PhilW <roundcube@tehinterweb.co.uk> | 2013-08-26 12:22:34 +0100 |
---|---|---|
committer | PhilW <roundcube@tehinterweb.co.uk> | 2013-08-26 12:22:34 +0100 |
commit | a77504aeacd4516156267fe10eeca1bfffcacf87 (patch) | |
tree | 001180c0d2a1fa85cfb95dfb554d4e3dccbfaca9 /skins/larry/includes/header.html | |
parent | 62350ba021d479e459cbbf7957841fbb440b9846 (diff) |
allow different logos for different functions (eg. normal and print)
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..35ce837f6 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="rcmail.command('switch-task','mail');return false;" type="default" /> </div> <roundcube:endif /> |