Author: kwade Update of /cvs/fedora/web/html/participate/artwork-guide In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/participate/artwork-guide Modified Files: index.php Log Message: Applying patch from bz#189069 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/participate/artwork-guide/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:28 -0000 1.2 @@ -1,19 +1,10 @@ -<? -include("site.inc"); +<?php +// +// Easily-changeable template for redirection. +// -$template = new Page; -$template->initCommon(); -$template->displayHeader(); +$NEWURL="http://fedoraproject.org/wiki/Artwork/Guidelines"; -?> -<h1>Artwork Guide</h1> - -<p> -to be written by Garrett -</p> - -<? - -$template->displayFooter('$Date$'); +include("redirect.inc"); ?>