diff options
author | matthew <matthew> | 2006-09-26 18:31:54 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-09-26 18:31:54 +0000 |
commit | 9d8b4bb9b22d5470b9136be72e976da6d7490a94 (patch) | |
tree | b0fc05fc0fbb65a5bc1f66f121c03ba28127146e /perllib/Page.pm | |
parent | f3952dc3e2c5a72c36d93c48647e41faac3389da (diff) |
Noddy first attempt at FAQ.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 368952b8f..896a35e29 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Page.pm,v 1.18 2006-09-26 16:11:50 matthew Exp $ +# $Id: Page.pm,v 1.19 2006-09-26 18:31:54 matthew Exp $ # package Page; @@ -90,8 +90,7 @@ sub footer { <h2 class="v">Navigation</h2> <ul id="navigation"> <li><a href="/contact">Contact</a> -<li><a href="/faq">FAQ</a> -<li><a href="/about">About</a> +<li><a href="/faq">Information</a> <li><a href="/">Home</a> </ul> |