web/html/docs/desktop-user-guide index.php,1.3,1.4

Rüdiger Landmann rlandmann at fedoraproject.org
Sun Nov 8 23:02:01 UTC 2009


Author: rlandmann

Update of /cvs/fedora/web/html/docs/desktop-user-guide
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10139/desktop-user-guide

Modified Files:
	index.php 
Log Message:
Redirect individual guides to main index


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/desktop-user-guide/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.php	9 Jan 2009 21:01:53 -0000	1.3
+++ index.php	8 Nov 2009 23:01:30 -0000	1.4
@@ -1,20 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-<h1>Fedora 8 Desktop User Guide</h1>
-
-<p>The Fedora 8  Desktop User Guide, a guide explaining basic principles in Fedora, is available in the following languages:</p>
-
-<p><a href="en/">US English</a></p>
-
-<?
-
-$template->displayFooter('$Date$');
-
+<?php
+/* Redirect to main docs page */
+header("Location: http://docs.fedoraproject.org/");
 ?>
+ 




More information about the Fedora-docs-commits mailing list