diff options
Diffstat (limited to 'skins/larry/templates/about.html')
-rw-r--r-- | skins/larry/templates/about.html | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/skins/larry/templates/about.html b/skins/larry/templates/about.html index f1e424260..04e308a4e 100644 --- a/skins/larry/templates/about.html +++ b/skins/larry/templates/about.html @@ -4,11 +4,7 @@ <title><roundcube:object name="pagetitle" /></title> <roundcube:include file="/includes/links.html" /> </head> -<body> - -<roundcube:include file="/includes/header.html" /> - -<div class="offset uibox scroller centerbox" style="width:60em"> +<body class="ui-widget-content"> <div class="readtext"> <roundcube:object name="aboutcontent" /> @@ -16,10 +12,9 @@ <h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2> <p class="copyright">Copyright © 2005-2011, The Roundcube Dev Team</p> <p class="license">This program is free software; you can redistribute it and/or modify -it under the terms of the <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GNU General Public License version 2</a> -as published by the Free Software Foundation. +it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a> +as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. </p> -<p class="links"><roundcube:object name="supportlink" label="support" target="_blank" /></p> </div> @@ -28,9 +23,5 @@ as published by the Free Software Foundation. <roundcube:object name="pluginlist" id="pluginlist" class="records-table" cellspacing="0" /> </div> -</div> - -<roundcube:include file="/includes/footer.html" /> - </body> </html> |