[evolvis-commits] r7671: Repared what I broke in the page bottom?==?UTF-8?Q?↵

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


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

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class
Log:
Repared what I broke in the page bottom


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:37 UTC (rev 7670)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class	2011-02-24 14:46:37 UTC (rev 7671)
@@ -347,7 +347,7 @@
 	 * @param	array	Footer parameters array
 	 */
 	function generic_footer($params) {
-		global $PHP_SELF, $sys_name;
+		global $PHP_SELF, $Language, $sys_name;
 		echo '<P><A HREF="/source.php?page_url='.$PHP_SELF.'"><B><FONT COLOR="WHITE">Show Source</FONT></B></A><P>';
 
 		global $IS_DEBUG,$QUERY_COUNT;
@@ -358,21 +358,11 @@
 		}
 
 		?>
-<P class="footer">
+<p align="center">
 <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.
+<? echo $Language->getText('general', 'footer'); ?>
 </font>
-<BR> 
+</p> 
 
 <?php
 



More information about the evolvis-commits mailing list