diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-11-18 19:46:07 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-11-18 19:46:07 +0000 |
| commit | 1a744cc69e50b3ade3b7ddc39548a23036088a14 (patch) | |
| tree | 686104c3444e4b8335115c738d6bf417a864fae2 | |
| parent | 319137ca9898ca8103edff6923e10ee89267545d (diff) | |
- set "productname" for Roundcube logo in "error" template (#1486283)
git-svn-id: https://svn.roundcube.net/trunk@3117 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 9f4f9936c..36862ce38 100644 --- a/roundcubemail/skins/default/templates/error.html +++ b/roundcubemail/skins/default/templates/error.html @@ -6,7 +6,7 @@ </head> <body> -<div id="header"><img src="/images/roundcube_logo.png" alt="RoundCube Webmail" /></div> +<div id="header"><img src="/images/roundcube_logo.png" alt="<roundcube:object name='productname' />" /></div> <div style="width:400px; margin:60px auto;"> $__page_content |
