Add class to footer "About" link to suppress right border if there's no contact page.
This commit is contained in:
parent
dfe7928ccf
commit
4eb052b3c8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
<c:out value="${aboutHref}" escapeXml="true"/>
|
||||
</c:set>
|
||||
|
||||
<li><a href="${aboutHref}" title="more about this web site">About</a></li>
|
||||
<li<c:if test="${!empty 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