web/html/legal index.php,1.1.1.1,1.2

Karsten Wade (kwade) fedora-websites-list at redhat.com
Fri Oct 13 17:20:18 UTC 2006


Author: kwade

Update of /cvs/fedora/web/html/legal
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/legal

Modified Files:
	index.php 
Log Message:
Applying patch from bz#189069


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/legal/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- index.php	30 Mar 2005 17:47:23 -0000	1.1.1.1
+++ index.php	13 Oct 2006 17:20:16 -0000	1.2
@@ -1,32 +1,11 @@
-<?
-include("site.inc");
+<?php
+//
+// Easily-changeable template for redirection.
+//
 
-$template = new Page;
-$template->initCommon();
+//$NEWURL="http://fedora.redhat.com/About/legal/";
+$NEWURL="http://fedoraproject.org/wiki/Legal";
 
-$template->displayHeader();
+include("redirect.inc");
 
 ?>
-
-<h1>Links to Third Party Sites</h1>
-<p>
-This website may be linked to other websites which are not under the
-control of and are not maintained by Red Hat. Red Hat is not responsible
-for the content of those sites. Red Hat provides these links to you only
-as a convenience, and the inclusion of any link to such sites does not
-imply endorsement by Red Hat of those sites. Red Hat reserves the right
-to terminate any link or linking program at any tme.
-
-	
-<h1>Trademarks</h1>
-<p>
-The <? print $TRADEMARK_NAME; ?> trademark is a trademark of Red Hat, Inc. in the United States
-and other countries and is used by permission.
-<p>
-Please see our <a href="/about/trademarks/"><? print $BASE_NAME; ?> Trademark Guidelines</a> for complete information.
-<?
- 
-$template->displayFooter('$Date$');
- 
-?>
-	




More information about the Fedora-websites-list mailing list