diff options
Diffstat (limited to 'templates/web/fixmystreet.com/about/_sidebar.html')
-rw-r--r-- | templates/web/fixmystreet.com/about/_sidebar.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/fixmystreet.com/about/_sidebar.html b/templates/web/fixmystreet.com/about/_sidebar.html index 7411fcb65..228639986 100644 --- a/templates/web/fixmystreet.com/about/_sidebar.html +++ b/templates/web/fixmystreet.com/about/_sidebar.html @@ -3,6 +3,7 @@ <ul class="plain-list"> <li>[% INCLUDE link h='/faq' t=loc('Frequently Asked Questions') %]</li> <li>[% INCLUDE link h='/about/posters' t='FixMyStreet Goodies' %]</li> + <li>[% INCLUDE link h='/about/house-rules' t='House Rules' %]</li> <li>[% INCLUDE link h='/about/privacy' t=loc('Privacy and cookies') %]</li> <li>[% INCLUDE link h='/contact' t=tprintf(loc("Contact %s", "%s is the site name"), site_name) %]</li> </ul> |