diff options
author | PhilW <roundcube@tehinterweb.co.uk> | 2013-08-26 13:45:30 +0100 |
---|---|---|
committer | PhilW <roundcube@tehinterweb.co.uk> | 2013-08-26 13:45:30 +0100 |
commit | d81d69377a53f347eab1bef898dc405d3b5940e9 (patch) | |
tree | d0491d55f6033f9ba57940edfbce26f824439dad /skins/classic/includes/header.html | |
parent | a77504aeacd4516156267fe10eeca1bfffcacf87 (diff) |
use template file name rather than special attribute
Diffstat (limited to 'skins/classic/includes/header.html')
-rw-r--r-- | skins/classic/includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/includes/header.html b/skins/classic/includes/header.html index 962e4dd7b..08d777af0 100644 --- a/skins/classic/includes/header.html +++ b/skins/classic/includes/header.html @@ -1,2 +1,2 @@ -<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" onclick="location.href='./?_page=1'" type="default" /> +<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" onclick="location.href='./?_page=1'" /> <roundcube:object name="message" id="message" /> |