From 29750c378fa77753639ff1548ab2855dc85ba5dd Mon Sep 17 00:00:00 2001 From: manolobevia Date: Tue, 3 May 2011 13:30:42 +0000 Subject: [PATCH] NIHVIVO-2587: Removed "about", "contact us" and "support" links from identity.ftl in wilma --- themes/wilma/templates/identity.ftl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/themes/wilma/templates/identity.ftl b/themes/wilma/templates/identity.ftl index 16847e26..fea0791f 100644 --- a/themes/wilma/templates/identity.ftl +++ b/themes/wilma/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