diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-31 16:37:50 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-31 16:37:50 +0200 |
commit | b6267dadb6717eae9f661d14dc083bd24fbc3c29 (patch) | |
tree | c0087ccd21d3862722a1b7270b597d91b58d2429 /skins/classic/templates | |
parent | ab8fdaa604b8caecfb9192ea7c6c77417bfbdd47 (diff) |
Hide product version on login screen by default
Diffstat (limited to 'skins/classic/templates')
-rw-r--r-- | skins/classic/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/templates/login.html b/skins/classic/templates/login.html index db5771fb1..63e09bb10 100644 --- a/skins/classic/templates/login.html +++ b/skins/classic/templates/login.html @@ -25,7 +25,7 @@ </div> <div id="login-bottomline"> - Roundcube Webmail <roundcube:object name="version" /> + <roundcube:var name="config:product_name"> <roundcube:object name="version" condition="config:display_version" /> <roundcube:if condition="config:support_url" /> ● <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a> <roundcube:endif /> |