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/templates | |
parent | a77504aeacd4516156267fe10eeca1bfffcacf87 (diff) |
use template file name rather than special attribute
Diffstat (limited to 'skins/classic/templates')
-rw-r--r-- | skins/classic/templates/login.html | 2 | ||||
-rw-r--r-- | skins/classic/templates/messageprint.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/classic/templates/login.html b/skins/classic/templates/login.html index ece8f0477..2dacd48ff 100644 --- a/skins/classic/templates/login.html +++ b/skins/classic/templates/login.html @@ -7,7 +7,7 @@ </head> <body> -<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" style="margin:0 11px" type="login" /> +<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" style="margin:0 11px" /> <roundcube:object name="message" id="message" /> diff --git a/skins/classic/templates/messageprint.html b/skins/classic/templates/messageprint.html index 97049d281..fa7822ad5 100644 --- a/skins/classic/templates/messageprint.html +++ b/skins/classic/templates/messageprint.html @@ -7,7 +7,7 @@ </head> <body> -<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" type="print" /> +<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" /> <div id="printmessageframe"> <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" /> |