diff options
author | thomascube <thomas@roundcube.net> | 2006-05-05 16:53:21 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-05-05 16:53:21 +0000 |
commit | ded2b7e166d4b0acab09c00f22f379fbabba709a (patch) | |
tree | 79fce4867705a050ffea9827b6b5b58b6f2ccf95 /skins | |
parent | 69b83b900d736aaa92d26d1c9277b321ced2aacb (diff) |
Changed login page title regarding product name (Bug #1476413)
Diffstat (limited to 'skins')
-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 ae2804d1c..66ec6f242 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title><roundcube:label name="welcome" /></title> +<title><roundcube:object name="pagetitle" /></title> <roundcube:include file="/includes/links.html" /> <style type="text/css"> |