diff options
author | thomascube <thomas@roundcube.net> | 2012-04-10 08:32:25 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-04-10 08:32:25 +0000 |
commit | 559446dfed55749810644ddcb7ecb6e268110b4a (patch) | |
tree | c8c73f0bf14d7679b592ee4c6ae0baaf199f301d /skins/default/templates/login.html | |
parent | d6eb7c0fbb189d342c624c5c53cd1e3c68d20b28 (diff) |
Add support link to login page in default skin
Diffstat (limited to 'skins/default/templates/login.html')
-rw-r--r-- | skins/default/templates/login.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index 7fb4370ca..db5771fb1 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -24,6 +24,14 @@ </div> </div> +<div id="login-bottomline"> + Roundcube Webmail <roundcube:object name="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 /> + <roundcube:container name="loginfooter" id="bottomline" /> +</div> + <roundcube:object name="preloader" images=" /images/icons/folders.png /images/mail_footer.png |