diff options
author | matthew <matthew> | 2007-05-15 15:12:22 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-05-15 15:12:22 +0000 |
commit | 01fceed6deb6bb869f3ef9570a355bae22128938 (patch) | |
tree | 229ea591fe9e87b4f05cdb57ef350e3a66686f39 /perllib/Page.pm | |
parent | 887c6537a7eda478f8054ecea288ad48bac3edae (diff) |
Add link to summary reports page; bugfix contact page.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 44e78ed92..2826c7921 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.49 2007-05-15 13:43:21 matthew Exp $ +# $Id: Page.pm,v 1.50 2007-05-15 15:12:22 matthew Exp $ # package Page; @@ -113,8 +113,9 @@ sub footer { </div></div> <h2 class="v">Navigation</h2> <ul id="navigation"> -<li><a href="/">Home</a></li> -<li><a href="/faq">Information</a></li> +<li><a href="/">Report a problem</a></li> +<li><a href="/report">All reports</a></li> +<li><a href="/faq">Help</a></li> <li><a href="/contact">Contact</a></li> </ul> |