diff --git a/app/views/shared/_footer.html.haml b/app/views/shared/_footer.html.haml
index 865c466582..f3e80e8d84 100644
--- a/app/views/shared/_footer.html.haml
+++ b/app/views/shared/_footer.html.haml
@@ -8,38 +8,6 @@
.small-12.medium-8.medium-offset-2.columns.text-center
.alert-box
= render 'shared/register_call'
- .row
- .small-12.medium-4.medium-offset-2.columns.text-center
- %h6
- = t '.footer_global_headline'
- %p
- %a{href: "http://www.openfoodnetwork.org", target: "_blank"}
- = t '.footer_global_home'
- %span |
- %a{href: "http://www.openfoodnetwork.org/news/", target: "_blank"}
- = t '.footer_global_news'
- %span |
- %a{href: "http://www.openfoodnetwork.org/about/history-team/", target: "_blank"}
- = t '.footer_global_about'
- %span |
- %a{href: "http://www.openfoodnetwork.org/contact/", target: "_blank"}
- = t '.footer_global_contact'
-
- .small-12.medium-4.columns.text-center
- %h6
- = t '.footer_sites_headline'
- %p
- %a{href: "http://dev.openfoodnetwork.org", target: "_blank"}
- = t '.footer_sites_developer'
- %span |
- %a{href: "http://community.openfoodnetwork.org", target: "_blank"}
- = t '.footer_sites_community'
- %span |
- %a{href: "http://www.openfoodnetwork.org/platform/user-guide/", target: "_blank"}
- = t '.footer_sites_userguide'
-
- .medium-2.columns.text-center
- / Placeholder
.footer-local
.row
diff --git a/config/locales/en.yml b/config/locales/en.yml
index c1a79e341a..702f95df75 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1199,15 +1199,6 @@ en:
selling_on_ofn: "Interested in getting on the Open Food Network?"
register: "Register here"
footer:
- footer_global_headline: "OFN Global"
- footer_global_home: "Home"
- footer_global_news: "News"
- footer_global_about: "About"
- footer_global_contact: "Contact"
- footer_sites_headline: "OFN Sites"
- footer_sites_developer: "Developer"
- footer_sites_community: "Community"
- footer_sites_userguide: "User Guide"
footer_secure: "Secure and trusted."
footer_secure_text: "Open Food Network uses SSL encryption (2048 bit RSA) everywhere to keep your shopping and payment information private. Our servers do not store your credit card details and payments are processed by PCI-compliant services."
footer_contact_headline: "Keep in touch"