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:
parent
4eb052b3c8
commit
3a78b7ae23
1 changed files with 2 additions and 2 deletions
|
@ -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}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue