Author: kwade Update of /cvs/fedora/web/html/docs/translation-guide In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/docs/translation-guide Modified Files: index.php Log Message: Applying patch from bz#189069 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/docs/translation-guide/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.php 8 Dec 2005 11:00:58 -0000 1.1 +++ index.php 13 Oct 2006 17:20:14 -0000 1.2 @@ -1,19 +1,11 @@ -<? -include("site.inc"); +<?php +// +// Easily-changeable template for redirection. +// -$template = new Page; -$template->initCommon(); -$template->displayHeader(); +//$NEWURL="http://fedora.redhat.com/About/Projects/translations/"; +$NEWURL="http://fedoraproject.org/wiki/L10N"; -?> -<h1>Translation Guide</h1> - -<p> -to be written by Paul Gampe and Sarah Smith -</p> - -<? - -$template->displayFooter('$Date$'); +include("redirect.inc"); ?>