From 2a0c192986437c58087f7b7cc352c04efcc3bb72 Mon Sep 17 00:00:00 2001 From: bdc34 Date: Wed, 31 Mar 2010 19:26:14 +0000 Subject: [PATCH] NIHVIVO-173 Hide contact link when no SMTP host is configured. --- themes/vivo-basic/jsp/identity.jsp | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/themes/vivo-basic/jsp/identity.jsp b/themes/vivo-basic/jsp/identity.jsp index 2e2ac061..8931d97e 100644 --- a/themes/vivo-basic/jsp/identity.jsp +++ b/themes/vivo-basic/jsp/identity.jsp @@ -13,7 +13,8 @@ <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> - + +<%@page import="edu.cornell.mannlib.vitro.webapp.controller.ContactMailServlet"%> <% /** @@ -60,13 +61,16 @@ } String fixedTabStr=(fixedTabStr=request.getParameter("fixed"))==null?null:fixedTabStr.equals("")?null:fixedTabStr; + %> + /${context}/<%=portal.getThemeDir()%> + <% String homeURL = (portal.getRootBreadCrumbURL()!=null && portal.getRootBreadCrumbURL().length()>0) ? @@ -123,9 +127,12 @@ portal.getRootBreadCrumbURL() : request.getContextPath()+"/"; - +
  • About
  • -
  • Contact Us
  • + + +
  • Contact Us
  • +