diff options
author | alecpl <alec@alec.pl> | 2009-11-18 19:46:07 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-11-18 19:46:07 +0000 |
commit | b1d3a4e1cfd1e3b241fb19ce45408cc27339b0c7 (patch) | |
tree | f0d415ad26e1d8a31bed24fea34e056ef434be44 /skins/default | |
parent | 3c9aa23a7c85f87163f3d001c90b063b13c86014 (diff) |
- set "productname" for Roundcube logo in "error" template (#1486283)
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/error.html b/skins/default/templates/error.html index 9f4f9936c..36862ce38 100644 --- a/skins/default/templates/error.html +++ b/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 |