Add class to footer "About" link to suppress right border if there's no contact page (small change to test)

This commit is contained in:
rjy7 2010-04-29 19:25:50 +00:00
parent 4eb052b3c8
commit 3a78b7ae23

View file

@ -66,7 +66,7 @@
<c:out value="${aboutHref}" escapeXml="true"/> <c:out value="${aboutHref}" escapeXml="true"/>
</c:set> </c:set>
<li<c:if test="${!empty contactMailSetup}"> class="last"</c:if>><a href="${aboutHref}" title="more about this web site">About</a></li> <li<c:if test="${!contactMailSetup}"> class="last"</c:if>><a href="${aboutHref}" title="more about this web site">About</a></li>
<c:url var="contactHref" value="/comments"> <c:url var="contactHref" value="/comments">
<c:param name="home" value="${currentPortal}"/> <c:param name="home" value="${currentPortal}"/>