Author: kwade Update of /cvs/fedora/web/html/participate/translation-faq In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/participate/translation-faq Modified Files: index.php Log Message: Applying patch from bz#189069 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/participate/translation-faq/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.php 7 Jul 2006 15:24:56 -0000 1.3 +++ index.php 13 Oct 2006 17:20:35 -0000 1.4 @@ -1,23 +1,10 @@ -<? -include("site.inc"); +<?php +// +// Easily-changeable template for redirection. +// -$template = new Page; -$template->initCommon(); +$NEWURL="http://fedora.redhat.com/About/Projects/translations/translation-faq.html"; -$template->displayHeader(); - -?> - -<h1>Fedora Translation Project FAQ</h1> - -<p> -This URL/location is deprecated. Please refer to the update FAQ at: -</p> -<p> -<a href="http://fedora.redhat.com/About/Projects/translations/translation-faq.html">http://fedora.redhat.com/About/Projects/translations/translation-faq.html</a> -</p> -<? - -$template->displayFooter('$Date$'); +include("redirect.inc"); ?>