[evolvis-commits] r7650: Internationalised the footer. ↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:46:09 CET 2011


Author: mirabilos
Date: 2011-02-24 15:46:09 +0100 (Thu, 24 Feb 2011)
New Revision: 7650

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class
Log:
Internationalised the footer.


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class	2011-02-24 14:46:08 UTC (rev 7649)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class	2011-02-24 14:46:09 UTC (rev 7650)
@@ -358,21 +358,11 @@
 		}
 
 		?>
-<P class="footer">
-<font face="arial, helvetica" size="1" color="#cccccc">
-VA Linux Systems and SourceForge are trademarks of VA Linux Systems, Inc.
-Linux is a registered trademark of Linus Torvalds.  All other trademarks and
-copyrights on this page are property of their respective owners.
-For information about other site Content ownership and sitewide
-terms of service, please see the
-<a href="/tos/tos.php" class="legallink">SourceForge Terms of Service</a>.
-For privacy
-policy information, please see the <a href="/tos/privacy.php" class="legallink"
->SourceForge Privacy Policy</a>.
-Content owned by VA Linux Systems is copyright 
-1999-2001 VA Linux Systems, Inc.  All rights reserved.
-</font>
-<BR> 
+<P align="center">
+  <font face="arial, helvetica" size="1" color="#cccccc">
+<? echo $Language->getText('general', 'footer'); ?>
+  </font>
+</p>
 
 <?php
 



More information about the evolvis-commits mailing list