aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Page.pm
diff options
context:
space:
mode:
authormatthew <matthew>2006-09-22 17:21:36 +0000
committermatthew <matthew>2006-09-22 17:21:36 +0000
commitb4732e9e54fa7f752abfe577821c5fae345adc4c (patch)
tree89dc49d6dc7457db3d99fb0e2abf8ff6130170fd /perllib/Page.pm
parentd13ef318f10e4158fd2e499dd074b67ea8b7c47c (diff)
Let's use a database, and why not.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r--perllib/Page.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm
index f5615dc70..dd03671c1 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.12 2006-09-22 14:05:47 matthew Exp $
+# $Id: Page.pm,v 1.13 2006-09-22 17:21:36 matthew Exp $
#
package Page;
@@ -83,10 +83,10 @@ sub footer ($) {
return <<EOF;
<h2 class="v">Navigation</h2>
<ul id="navigation">
-<li><a href="/">Home</a>
-<li><a href="/about">About</a>
-<li><a href="/faq">FAQ</a>
<li><a href="/contact">Contact</a>
+<li><a href="/faq">FAQ</a>
+<li><a href="/about">About</a>
+<li><a href="/">Home</a>
</ul>
<p id="footer"></p>