Author: kwade Update of /cvs/fedora/web/html/projects In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/projects Modified Files: index.php Log Message: Applying patch from bz#189069 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/projects/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:25 -0000 1.1.1.1 +++ index.php 13 Oct 2006 17:20:41 -0000 1.2 @@ -1,27 +1,11 @@ -<? -include("site.inc"); +<?php +// +// Easily-changeable template for redirection. +// -$template = new Page; -$template->initCommon(); +//$NEWURL="http://fedora.redhat.com/About/Projects/"; +$NEWURL="http://fedoraproject.org/wiki/Projects"; -$template->displayHeader(); - -?> - -<!-- content BEGIN --> -<h1>Projects</h1> -<p> -<? print "$THE_PROJECT_NAME"; ?> is made up of many smaller projects. The pages -in this section describe the purpose of these projects. -Each project has a project maintainer. Patches and suggestions should be sent to the maintainer -via <a href="http://bugzilla.redhat.com/bugzilla/">Bugzilla</a>. Emailing the maintainer directly is not the proper way to submit a request. -</p> +include("redirect.inc"); -<!-- content END --> - -<? - -$template->displayFooter('$Date$'); - ?> -