Skip to content

Commit

Permalink
[Hart] User own privacy url
Browse files Browse the repository at this point in the history
  • Loading branch information
MorayMySoc committed Sep 11, 2024
1 parent 15f5642 commit 7333cf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions perllib/FixMyStreet/Cobrand/Hart.pm
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,11 @@ sub default_map_zoom { 3 }

sub reports_per_page { return 20; }

=item * Use own privacy policy link
=cut

sub privacy_policy_url { 'https://www.hart.gov.uk/privacy/corporate-services-privacy' }

1;

4 changes: 2 additions & 2 deletions templates/web/hart/footer_extra.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ <h2 class="visually-hidden" id="block-footer-menu">Footer</h2>
</a>
</li>
<li class="menu-item">
<a href="https://www.hart.gov.uk/privacy" target="_blank">
<a href=[% c.cobrand.privacy_policy_url %] target="_blank">
Privacy
<span class="visually-hidden">Opens in a new tab</span>
</a>
</li>
<li class="menu-item">
<a href="https://www.hart.gov.uk/cookies" target="_blank">
Cookies
Cookies
<span class="visually-hidden">Opens in a new tab</span>
</a>
</li>
Expand Down

0 comments on commit 7333cf9

Please sign in to comment.