diff options
author | thomascube <thomas@roundcube.net> | 2011-03-01 21:58:54 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-03-01 21:58:54 +0000 |
commit | ae39c47c3a07f9a9334c9676829fd948d682ffbd (patch) | |
tree | 9fbf9aafce13c4dd38c5a327a3c5cf9cfbb6d454 /skins/default/templates | |
parent | 715c7961ba8ff72fe40720bb4feaa7865e57e8b9 (diff) |
New config option for custom logo; allow skins to define/override texts
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index a315557bf..7fb4370ca 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -7,7 +7,7 @@ </head> <body> -<img id="logo" src="/images/roundcube_logo.png" border="0" alt="<roundcube:object name='productname' />" style="margin:0 11px" /> +<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" style="margin:0 11px" /> <roundcube:object name="message" id="message" /> |