From f7979ef91415c281f7ff66123361f400bf601e57 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Mon, 20 Jun 2011 16:35:00 +0000 Subject: [PATCH] NIHVIVO-2311: Removed About, Contact, and Support from header nav. Added Support link to footer. --- webapp/web/themes/vitro/templates/footer.ftl | 1 + webapp/web/themes/vitro/templates/identity.ftl | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/webapp/web/themes/vitro/templates/footer.ftl b/webapp/web/themes/vitro/templates/footer.ftl index ada24d0df..fc258004a 100644 --- a/webapp/web/themes/vitro/templates/footer.ftl +++ b/webapp/web/themes/vitro/templates/footer.ftl @@ -25,6 +25,7 @@ <#if urls.contact??>
  • Contact Us
  • +
  • Support
  • diff --git a/webapp/web/themes/vitro/templates/identity.ftl b/webapp/web/themes/vitro/templates/identity.ftl index 41b24a35e..9dc27d3ba 100644 --- a/webapp/web/themes/vitro/templates/identity.ftl +++ b/webapp/web/themes/vitro/templates/identity.ftl @@ -18,12 +18,6 @@ <#else>
  • Log in
  • - <#-- List of links that appear in submenus, like the header and footer. --> -
  • About
  • - <#if urls.contact??> -
  • Contact Us
  • - -
  • Support
  • Index