diff options
author | Louise Crow <louise.crow@gmail.com> | 2010-01-25 13:33:40 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2010-01-25 13:33:40 +0000 |
commit | 9a43ec4a12f8963b3acd8433bdd78a301e3fc7b9 (patch) | |
tree | b62931af16c474af9a4eda32784488d82b623a72 /perllib/Page.pm | |
parent | 4490b48581a7875d1016e4742c21c08cad1419fc (diff) |
Path changes for move to git
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 81b21d0b7..4f80d4e85 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl # # Page.pm: -# Various HTML stuff for the BCI site. +# Various HTML stuff for the FixMyStreet site. # # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ @@ -360,7 +360,7 @@ EOF my $help = _("Help"); my $contact = _("Contact"); my $orglogo = _('<a href="http://www.mysociety.org/"><img id="logo" width="133" height="26" src="/i/mysociety-dark.png" alt="View mySociety.org"><span id="logoie"></span></a>'); - my $creditline = _('Built by <a href="http://www.mysociety.org/">mySociety</a>, using some <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/bci">clever</a> <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.'); + my $creditline = _('Built by <a href="http://www.mysociety.org/">mySociety</a>, using some <a href="http://github.com/mysociety/fixmystreet">clever</a> <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.'); return <<EOF; </div></div> |