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

@ -56,7 +56,7 @@
{ %>
<img class="footerLogo" src="${themeDir}site_icons/<%=portal.getBannerImage()%>" alt="<%=portal.getShortHand()%>"/>
<% } %>
<div class='footerLinks'>
<ul class="otherNav">
<c:url var="aboutHref" value="<%= Controllers.ABOUT %>">
@ -66,7 +66,7 @@
<c:out value="${aboutHref}" escapeXml="true"/>
</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:param name="home" value="${currentPortal}"/>