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
|
@ -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