diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-17 10:32:37 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-17 10:32:37 +0000 |
| commit | ec0c083a502ae9453be4aaade280d8da2435ba55 (patch) | |
| tree | ca5d03759692ffd1b8ebe770651deb968451158e | |
| parent | 1697b7a8cfb79efb4ed636218c5c648941586a6a (diff) | |
- use productname object in title
git-svn-id: https://svn.roundcube.net/trunk@2762 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/error.html b/roundcubemail/skins/default/templates/error.html index 6b2ff7747..9f4f9936c 100644 --- a/roundcubemail/skins/default/templates/error.html +++ b/roundcubemail/skins/default/templates/error.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|Mail :: ERROR</title> +<title><roundcube:object name="productname" /> :: ERROR</title> <roundcube:include file="/includes/links.html" /> </head> <body> |
