Now in proper patch format.

On Sun, 2009-08-23 at 23:37 +0200, ermo | Rune Morling wrote:
> Og,
> 
> Please find included (what I think is) a fix for the prominently placed 
> and unfortunately broken 'Choose Your Version' link on our front page.
> 
> I am afraid that we missed it during the sprint Friday. If it doesn't 
> fix the issue, I hope that you can guess the intent from the patch :)
> 
>   -ermo

>From 8b3a0d86eea51c6cd5a1b1d6e4fe0b6556dc0017 Mon Sep 17 00:00:00 2001
From: ermo | Rune Morling <ermo.foresightlinux....@spammesenseless.net>
Date: Mon, 24 Aug 2009 18:17:13 +0200
Subject: [PATCH] Fixed "Choose your version" pointing to a non-existing URI

As part of the website sprint, we cleaned up and merged a number
of pages. Among these, the "Choose your version" page was merged
with the "Get Foresight Linux" page and assigned the /download
permalink.
---
 start.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/start.php b/start.php
index 83e045a..a5f2b2f 100644
--- a/start.php
+++ b/start.php
@@ -23,9 +23,9 @@ Template Name: start page
 			
 			<div id="choose_your_version" class="grid_3 first_info">
 				<h3>Choose <span>your version</span></h3>
-					<?php $version=page_excerpt("Choose your version"); echo"$version";?>
+					<?php $version=page_excerpt("Get Foresight Linux"); echo"$version";?>
 					
-				<p class="read_more"><a href="<?php bloginfo('url');?>/choose-your-version/" class="menu">read more</a></p>
+				<p class="read_more"><a href="<?php bloginfo('url');?>/download/" class="menu">read more</a></p>
 			</div><!--end choose your version-->
 			
 			<div id="latest_news" class="grid_3 first_info">
-- 
1.6.3.3

_______________________________________________
Foresight-devel mailing list
Foresight-devel@lists.rpath.org
http://lists.rpath.org/mailman/listinfo/foresight-devel

Reply via email to