diff options
-rw-r--r-- | skins/default/templates/login.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index 3f5ed7653..3739171fe 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -16,7 +16,7 @@ </head> <body> -<img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" hspace="10" /> +<img src="/images/roundcube_logo.png" width="165" height="55" border="0" alt="<roundcube:object name='productname' />" hspace="10" /> <roundcube:object name="message" id="message" /> @@ -24,7 +24,7 @@ <form name="form" action="./" method="post"> <roundcube:object name="loginform" form="form" /> -<p style="text-align: center;"><input type="submit" class="button" value="<roundcube:label name="login" />" /></p> +<p style="text-align: center;"><input type="submit" class="button" value="<roundcube:label name='login' />" /></p> </form> </div> |